|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Analyzer.ReuseStrategy | |
---|---|
org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. |
Uses of Analyzer.ReuseStrategy in org.apache.lucene.analysis |
---|
Subclasses of Analyzer.ReuseStrategy in org.apache.lucene.analysis | |
---|---|
static class |
Analyzer.GlobalReuseStrategy
Deprecated. This implementation class will be hidden in Lucene 5.0. Use Analyzer.GLOBAL_REUSE_STRATEGY instead! |
static class |
Analyzer.PerFieldReuseStrategy
Deprecated. This implementation class will be hidden in Lucene 5.0. Use Analyzer.PER_FIELD_REUSE_STRATEGY instead! |
Fields in org.apache.lucene.analysis declared as Analyzer.ReuseStrategy | |
---|---|
static Analyzer.ReuseStrategy |
Analyzer.GLOBAL_REUSE_STRATEGY
A predefined Analyzer.ReuseStrategy that reuses the same components for
every field. |
static Analyzer.ReuseStrategy |
Analyzer.PER_FIELD_REUSE_STRATEGY
A predefined Analyzer.ReuseStrategy that reuses components per-field by
maintaining a Map of TokenStreamComponent per field name. |
Methods in org.apache.lucene.analysis that return Analyzer.ReuseStrategy | |
---|---|
Analyzer.ReuseStrategy |
Analyzer.getReuseStrategy()
Returns the used Analyzer.ReuseStrategy . |
Constructors in org.apache.lucene.analysis with parameters of type Analyzer.ReuseStrategy | |
---|---|
Analyzer(Analyzer.ReuseStrategy reuseStrategy)
Expert: create a new Analyzer with a custom Analyzer.ReuseStrategy . |
|
AnalyzerWrapper(Analyzer.ReuseStrategy reuseStrategy)
Creates a new AnalyzerWrapper with the given reuse strategy. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |