Uses of Class
com.arangodb.entity.arangosearch.analyzer.StreamType
-
Packages that use StreamType Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of StreamType in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return StreamType Modifier and Type Method Description StreamTypeNGramAnalyzerProperties. getStreamType()static StreamTypeStreamType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamType[]StreamType. 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 StreamType Modifier and Type Method Description voidNGramAnalyzerProperties. setStreamType(StreamType streamType)
-