|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use org.apache.lucene.analysis | |
|---|---|
| org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. |
| org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
| org.apache.lucene.index | Code to maintain and access indices. |
| org.apache.lucene.search | Code to search indices. |
| Classes in org.apache.lucene.analysis used by org.apache.lucene.analysis | |
|---|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text. |
|
| Analyzer.ReuseStrategy
Strategy defining how TokenStreamComponents are reused per call to Analyzer.tokenStream(String, java.io.Reader). |
|
| Analyzer.TokenStreamComponents
This class encapsulates the outer components of a token stream. |
|
| CharStream
CharStream adds CharStream.correctOffset(int)
functionality over Reader. |
|
| NumericTokenStream
Expert: This class provides a TokenStream
for indexing numeric values that can be used by NumericRangeQuery or NumericRangeFilter. |
|
| 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
A TokenStream enumerates the sequence of tokens, either from
Fields of a Document or from query text. |
|
| Classes in org.apache.lucene.analysis used by org.apache.lucene.document | |
|---|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text. |
|
| NumericTokenStream
Expert: This class provides a TokenStream
for indexing numeric values that can be used by NumericRangeQuery or NumericRangeFilter. |
|
| TokenStream
A TokenStream enumerates the sequence of tokens, either from
Fields of a Document or from query text. |
|
| Classes in org.apache.lucene.analysis used by org.apache.lucene.index | |
|---|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text. |
|
| TokenStream
A TokenStream enumerates the sequence of tokens, either from
Fields of a Document or from query text. |
|
| Classes in org.apache.lucene.analysis used by org.apache.lucene.search | |
|---|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||