Uses of Package
org.apache.lucene.analysis
-
Packages that use org.apache.lucene.analysis Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
Classes in org.apache.lucene.analysis used by org.apache.lucene.analysis Class Description Analyzer An Analyzer builds TokenStreams, which analyze text.Analyzer.ReuseStrategy Strategy defining how TokenStreamComponents are reused per call toAnalyzer.tokenStream(String, java.io.Reader)
.Analyzer.TokenStreamComponents This class encapsulates the outer components of a token stream.NumericTokenStream Expert: This class provides aTokenStream
for indexing numeric values that can be used byNumericRangeQuery
orNumericRangeFilter
.NumericTokenStream.NumericTermAttribute Expert: Use this attribute to get the details of the currently generated token.Token A Token is an occurrence of a term from the text of a field.TokenFilter A TokenFilter is a TokenStream whose input is another TokenStream.Tokenizer A Tokenizer is a TokenStream whose input is a Reader.TokenStream -
Classes in org.apache.lucene.analysis used by org.apache.lucene.document Class Description Analyzer An Analyzer builds TokenStreams, which analyze text.TokenStream -
Classes in org.apache.lucene.analysis used by org.apache.lucene.index Class Description Analyzer An Analyzer builds TokenStreams, which analyze text.TokenStream -
Classes in org.apache.lucene.analysis used by org.apache.lucene.util Class Description Analyzer An Analyzer builds TokenStreams, which analyze text.