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 SearchAnalyzerCaseNormAnalyzerProperties. getAnalyzerCase()SearchAnalyzerCaseSegmentationAnalyzerProperties. getAnalyzerCase()SearchAnalyzerCaseTextAnalyzerProperties. getAnalyzerCase()static SearchAnalyzerCaseSearchAnalyzerCase. 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 voidNormAnalyzerProperties. setAnalyzerCase(SearchAnalyzerCase analyzerCase)voidSegmentationAnalyzerProperties. setAnalyzerCase(SearchAnalyzerCase analyzerCase)voidTextAnalyzerProperties. setAnalyzerCase(SearchAnalyzerCase analyzerCase)
-