Uses of Class
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzerCase
-
Packages that use SearchAnalyzerCase Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of SearchAnalyzerCase in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return SearchAnalyzerCase Modifier and Type Method Description SearchAnalyzerCase
NormAnalyzerProperties. getAnalyzerCase()
SearchAnalyzerCase
SegmentationAnalyzerProperties. 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.Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type SearchAnalyzerCase Modifier and Type Method Description void
NormAnalyzerProperties. setAnalyzerCase(SearchAnalyzerCase analyzerCase)
void
SegmentationAnalyzerProperties. setAnalyzerCase(SearchAnalyzerCase analyzerCase)
void
TextAnalyzerProperties. setAnalyzerCase(SearchAnalyzerCase analyzerCase)
-