Uses of Class
com.arangodb.entity.arangosearch.AnalyzerType
-
Packages that use AnalyzerType Package Description com.arangodb.entity.arangosearch com.arangodb.entity.arangosearch.analyzer -
-
Uses of AnalyzerType in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return AnalyzerType Modifier and Type Method Description static AnalyzerTypeAnalyzerType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyzerType[]AnalyzerType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnalyzerType in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return AnalyzerType Modifier and Type Method Description AnalyzerTypeSearchAnalyzer. getType()Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type AnalyzerType Modifier and Type Method Description voidSearchAnalyzer. setType(AnalyzerType type)
-