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.compound A filter that decomposes compound words you find in many Germanic languages into the word parts.org.apache.lucene.analysis.sinks Implementations of the SinkTokenizer that might be useful.org.apache.lucene.analysis.standard Standards-based analyzers implemented with JFlex.org.apache.lucene.analysis.standard.std31 Backwards-compatible implementation to matchVersion.LUCENE_31
org.apache.lucene.analysis.standard.std34 Backwards-compatible implementation to matchVersion.LUCENE_34
org.apache.lucene.analysis.tokenattributes UsefulAttribute
s for text analysis.org.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis Class Description CharTermAttribute The term text of a Token.CharTermAttributeImpl The term text of a Token.FlagsAttribute This attribute can be used to pass different flags down theTokenizer
chain, eg from one TokenFilter to another one.OffsetAttribute The start and end character offset of a Token.PayloadAttribute The payload of a Token.PositionIncrementAttribute The positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.PositionLengthAttribute The positionLength determines how many positions this token spans.TermAttribute Deprecated.UseCharTermAttribute
instead.TermAttributeImpl Deprecated.This class is not used anymore.TypeAttribute A Token's lexical type. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.compound Class Description CharTermAttribute The term text of a Token.OffsetAttribute The start and end character offset of a Token. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.sinks Class Description CharTermAttribute The term text of a Token. -
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.standard.std31 Class Description CharTermAttribute The term text of a Token. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.standard.std34 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 The term text of a Token.FlagsAttribute This attribute can be used to pass different flags down theTokenizer
chain, eg from one TokenFilter to another one.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.PositionIncrementAttribute The positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.PositionLengthAttribute The positionLength determines how many positions this token spans.TermAttribute Deprecated.UseCharTermAttribute
instead.TypeAttribute A Token's lexical type. -
Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.facet.index.streaming Class Description CharTermAttribute The term text of a Token.PayloadAttribute The payload of a Token.