| Package | Description |
|---|---|
| org.apache.lucene.analysis |
Text analysis.
|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| 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.util |
Some utility classes.
|
| Class and Description |
|---|
| 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.
|
| AnalyzerWrapper
Extension to
Analyzer suitable for Analyzers which wrap
other Analyzers. |
| NumericTokenStream
Expert: This class provides a
TokenStream
for indexing numeric values that can be used by NumericRangeQuery. |
| NumericTokenStream.NumericTermAttribute
Expert: Use this attribute to get the details of the currently generated token.
|
| NumericTokenStream.NumericTermAttributeImpl
Implementation of
NumericTokenStream.NumericTermAttribute. |
| Token
Deprecated.
This class is outdated and no longer used since Lucene 2.9. Nuke it finally!
|
| TokenFilter
A TokenFilter is a TokenStream whose input is another TokenStream.
|
| Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
| TokenStream |
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
| TokenStream |
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
| TokenStream |
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
| TokenStream |
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.