Package | Description |
---|---|
com.arangodb.entity.arangosearch.analyzer |
Modifier and Type | Method and Description |
---|---|
SearchAnalyzerCase |
NormAnalyzerProperties.getAnalyzerCase() |
SearchAnalyzerCase |
TextAnalyzerProperties.getAnalyzerCase() |
static SearchAnalyzerCase |
SearchAnalyzerCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchAnalyzerCase[] |
SearchAnalyzerCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NormAnalyzerProperties.setAnalyzerCase(SearchAnalyzerCase analyzerCase) |
void |
TextAnalyzerProperties.setAnalyzerCase(SearchAnalyzerCase analyzerCase) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.