Package | Description |
---|---|
org.apache.tika.eval | |
org.apache.tika.eval.util |
Modifier and Type | Method and Description |
---|---|
protected static ContentTags |
AbstractProfiler.getContent(org.apache.tika.eval.EvalFilePaths evalFilePaths,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected Map<Class,Object> |
AbstractProfiler.calcTextStats(ContentTags contentTags) |
protected static String |
AbstractProfiler.truncateContent(ContentTags contentTags,
int maxLength,
Map<Cols,String> data)
Get the content and record in the data
Cols.CONTENT_TRUNCATED_AT_MAX_LEN whether the string was truncated |
protected void |
AbstractProfiler.writeProfileData(org.apache.tika.eval.EvalFilePaths fps,
int i,
ContentTags contentTags,
Metadata m,
String fileId,
String containerId,
List<Integer> numAttachments,
TableInfo profileTable) |
Modifier and Type | Field and Description |
---|---|
static ContentTags |
ContentTags.EMPTY_CONTENT_TAGS |
Modifier and Type | Method and Description |
---|---|
static ContentTags |
ContentTagParser.parseHTML(String html,
Set<String> uppercaseTagsOfInterest) |
static ContentTags |
ContentTagParser.parseXML(String html,
Set<String> uppercaseTagsOfInterest) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.