Package | Description |
---|---|
org.elasticsearch.indices.analysis |
Modifier and Type | Method and Description |
---|---|
static PreBuiltAnalyzers |
PreBuiltAnalyzers.getOrDefault(String name,
PreBuiltAnalyzers defaultAnalyzer)
Get a pre built Analyzer by its name or fallback to the default one
|
static PreBuiltAnalyzers |
PreBuiltAnalyzers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreBuiltAnalyzers[] |
PreBuiltAnalyzers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PreBuiltAnalyzers |
PreBuiltAnalyzers.getOrDefault(String name,
PreBuiltAnalyzers defaultAnalyzer)
Get a pre built Analyzer by its name or fallback to the default one
|
Copyright © 2009–2015. All rights reserved.