Uses of Enum
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzerCase
Packages that use SearchAnalyzerCase
-
Uses of SearchAnalyzerCase in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return SearchAnalyzerCaseModifier and TypeMethodDescriptionNormAnalyzerProperties.getAnalyzerCase()
SegmentationAnalyzerProperties.getAnalyzerCase()
TextAnalyzerProperties.getAnalyzerCase()
static SearchAnalyzerCase
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 SearchAnalyzerCaseModifier and TypeMethodDescriptionvoid
NormAnalyzerProperties.setAnalyzerCase
(SearchAnalyzerCase analyzerCase) void
SegmentationAnalyzerProperties.setAnalyzerCase
(SearchAnalyzerCase analyzerCase) void
TextAnalyzerProperties.setAnalyzerCase
(SearchAnalyzerCase analyzerCase)