Uses of Package
org.apache.lucene.analysis.tokenattributes
Packages that use org.apache.lucene.analysis.tokenattributes
Package
Description
API and code to convert text into indexable/searchable tokens.
General-purpose attributes for text analysis.
-
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysisClassDescriptionThe term text of a Token.Default implementation of
CharTermAttribute
.This attribute can be used to pass different flags down theTokenizer
chain, e.g.The start and end character offset of a Token.The payload of a Token.Determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.Determines how many positions this token spans.This attribute is requested by TermsHashPerField to index the contents.A Token's lexical type. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.tokenattributesClassDescriptionThe term text of a Token.Default implementation of
CharTermAttribute
.This attribute can be used to pass different flags down theTokenizer
chain, e.g.This attribute can be used to mark a token as a keyword.The start and end character offset of a Token.The payload of a Token.Default implementation ofPayloadAttribute
.Determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.Determines how many positions this token spans.This attribute is requested by TermsHashPerField to index the contents.A Token's lexical type.