| Package | Description |
|---|---|
| org.elasticsearch.index.analysis |
| Modifier and Type | Method and Description |
|---|---|
AnalyzerScope |
AbstractIndexAnalyzerProvider.scope() |
AnalyzerScope |
PreBuiltAnalyzerProvider.scope() |
AnalyzerScope |
NamedAnalyzer.scope()
The scope of the analyzer.
|
AnalyzerScope |
AnalyzerProvider.scope() |
static AnalyzerScope |
AnalyzerScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyzerScope[] |
AnalyzerScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NamedAnalyzer(String name,
AnalyzerScope scope,
org.apache.lucene.analysis.Analyzer analyzer) |
NamedAnalyzer(String name,
AnalyzerScope scope,
org.apache.lucene.analysis.Analyzer analyzer,
int positionIncrementGap) |
PreBuiltAnalyzerProvider(String name,
AnalyzerScope scope,
org.apache.lucene.analysis.Analyzer analyzer) |
PreBuiltAnalyzerProviderFactory(String name,
AnalyzerScope scope,
org.apache.lucene.analysis.Analyzer analyzer) |
Copyright © 2009–2017. All rights reserved.