Uses of Class
com.arangodb.entity.arangosearch.analyzer.GeoS2AnalyzerProperties.GeoS2Format
-
Packages that use GeoS2AnalyzerProperties.GeoS2Format Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of GeoS2AnalyzerProperties.GeoS2Format in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return GeoS2AnalyzerProperties.GeoS2Format Modifier and Type Method Description GeoS2AnalyzerProperties.GeoS2Format
GeoS2AnalyzerProperties. getFormat()
static GeoS2AnalyzerProperties.GeoS2Format
GeoS2AnalyzerProperties.GeoS2Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoS2AnalyzerProperties.GeoS2Format[]
GeoS2AnalyzerProperties.GeoS2Format. 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 GeoS2AnalyzerProperties.GeoS2Format Modifier and Type Method Description void
GeoS2AnalyzerProperties. setFormat(GeoS2AnalyzerProperties.GeoS2Format format)
-