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 SearchAnalyzerCaseReturns 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 TypeMethodDescriptionvoidNormAnalyzerProperties.setAnalyzerCase(SearchAnalyzerCase analyzerCase) voidSegmentationAnalyzerProperties.setAnalyzerCase(SearchAnalyzerCase analyzerCase) voidTextAnalyzerProperties.setAnalyzerCase(SearchAnalyzerCase analyzerCase)