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 ContentTagsAbstractProfiler. 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 StringAbstractProfiler. truncateContent(ContentTags contentTags, int maxLength, Map<Cols,String> data)Get the content and record in the dataCols.CONTENT_TRUNCATED_AT_MAX_LENwhether the string was truncatedprotected voidAbstractProfiler. 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 ContentTagsContentTags. EMPTY_CONTENT_TAGSMethods in org.apache.tika.eval.core.util that return ContentTags Modifier and Type Method Description static ContentTagsContentTagParser. parseHTML(String html, Set<String> uppercaseTagsOfInterest)static ContentTagsContentTagParser. parseXML(String html, Set<String> uppercaseTagsOfInterest)
-