Class ContentTags

java.lang.Object
org.apache.tika.eval.core.util.ContentTags

public class ContentTags extends Object
  • Field Details

    • EMPTY_CONTENT_TAGS

      public static final ContentTags EMPTY_CONTENT_TAGS
  • Constructor Details

    • ContentTags

      public ContentTags(String content)
    • ContentTags

      public ContentTags(String content, boolean parseException)
    • ContentTags

      public ContentTags(String content, Map<String,Integer> tags)
  • Method Details

    • getContent

      public String getContent()
    • getTags

      public Map<String,Integer> getTags()
    • getParseException

      public boolean getParseException()
    • setParseException

      public void setParseException(boolean parseException)