Uses of Package
org.apache.lucene.analysis.tokenattributes
-
Packages that use org.apache.lucene.analysis.tokenattributes Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis Class Description CharTermAttribute The term text of a Token.CharTermAttributeImpl Default implementation ofCharTermAttribute
.FlagsAttribute This attribute can be used to pass different flags down theTokenizer
chain, e.g.OffsetAttribute The start and end character offset of a Token.PayloadAttribute The payload of a Token.PositionIncrementAttribute 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.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.apache.lucene.analysis.tokenattributes Class Description CharTermAttribute The term text of a Token.CharTermAttributeImpl Default implementation ofCharTermAttribute
.FlagsAttribute This attribute can be used to pass different flags down theTokenizer
chain, e.g.KeywordAttribute This attribute can be used to mark a token as a keyword.OffsetAttribute The start and end character offset of a Token.PayloadAttribute The payload of a Token.PayloadAttributeImpl Default implementation ofPayloadAttribute
.PositionIncrementAttribute 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.TermToBytesRefAttribute This attribute is requested by TermsHashPerField to index the contents.TypeAttribute A Token's lexical type.