Uses of Class
com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
-
Packages that use GeoAnalyzerOptions Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of GeoAnalyzerOptions in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return GeoAnalyzerOptions Modifier and Type Method Description GeoAnalyzerOptions
GeoJSONAnalyzerProperties. getOptions()
GeoAnalyzerOptions
GeoPointAnalyzerProperties. getOptions()
GeoAnalyzerOptions
GeoS2AnalyzerProperties. getOptions()
Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type GeoAnalyzerOptions Modifier and Type Method Description void
GeoJSONAnalyzerProperties. setOptions(GeoAnalyzerOptions options)
void
GeoPointAnalyzerProperties. setOptions(GeoAnalyzerOptions options)
void
GeoS2AnalyzerProperties. setOptions(GeoAnalyzerOptions options)
-