Class TaggingAttributeImpl

    • Constructor Detail

      • TaggingAttributeImpl

        public TaggingAttributeImpl()
    • Method Detail

      • isTaggable

        public boolean isTaggable()
        Description copied from interface: TaggingAttribute
        Getter for the taggable state of the current Token
        Specified by:
        isTaggable in interface TaggingAttribute
        Returns:
        the state
      • setTaggable

        public void setTaggable​(boolean lookup)
        Description copied from interface: TaggingAttribute
        Setter for the taggable state. Typically called by code within TokenStream.incrementToken().
        Specified by:
        setTaggable in interface TaggingAttribute
        Parameters:
        lookup - the state
      • clear

        public void clear()
        Specified by:
        clear in class org.apache.lucene.util.AttributeImpl
      • copyTo

        public void copyTo​(org.apache.lucene.util.AttributeImpl target)
        Specified by:
        copyTo in class org.apache.lucene.util.AttributeImpl
      • reflectWith

        public void reflectWith​(org.apache.lucene.util.AttributeReflector reflector)
        Specified by:
        reflectWith in class org.apache.lucene.util.AttributeImpl