Uses of Class
org.apache.tika.eval.core.util.ContentTags
-
Packages that use ContentTags Package Description org.apache.tika.eval.app org.apache.tika.eval.core.util -
-
Uses of ContentTags in org.apache.tika.eval.app
Methods in org.apache.tika.eval.app that return ContentTags Modifier and Type Method Description protected static ContentTags
AbstractProfiler. getContent(org.apache.tika.eval.app.EvalFilePaths evalFilePaths, Metadata metadata)
Methods in org.apache.tika.eval.app with parameters of type ContentTags Modifier and Type Method 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 dataCols.CONTENT_TRUNCATED_AT_MAX_LEN
whether the string was truncatedprotected void
AbstractProfiler. writeProfileData(org.apache.tika.eval.app.EvalFilePaths fps, int i, ContentTags contentTags, Metadata m, String fileId, String containerId, List<Integer> numAttachments, TableInfo profileTable)
-
Uses of ContentTags in org.apache.tika.eval.core.util
Fields in org.apache.tika.eval.core.util declared as ContentTags Modifier and Type Field Description static ContentTags
ContentTags. EMPTY_CONTENT_TAGS
Methods in org.apache.tika.eval.core.util that return ContentTags Modifier and Type Method Description static ContentTags
ContentTagParser. parseHTML(String html, Set<String> uppercaseTagsOfInterest)
static ContentTags
ContentTagParser. parseXML(String html, Set<String> uppercaseTagsOfInterest)
-