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