Uses of Package
org.apache.lucene.analysis.tokenattributes
-
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.miscellaneous Class Description TermToBytesRefAttribute This attribute is requested by TermsHashPerField to index the contents. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.standard Class Description CharTermAttribute The term text of a Token. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.tokenattributes Class Description CharTermAttribute The term text of a Token.CharTermAttributeImpl Default implementation ofCharTermAttribute.OffsetAttribute The start and end character offset of a Token.PackedTokenAttributeImpl Default implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributePositionIncrementAttribute Determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.PositionLengthAttribute Determines how many positions this token spans.TermFrequencyAttribute Sets the custom term frequency of a term within one document.TermToBytesRefAttribute This attribute is requested by TermsHashPerField to index the contents.TypeAttribute A Token's lexical type. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.elasticsearch.search.suggest.phrase Class Description CharTermAttribute The term text of a Token.OffsetAttribute The start and end character offset of a Token.PositionIncrementAttribute Determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.