Uses of Class
com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties.GeoJSONAnalyzerType
-
Packages that use GeoJSONAnalyzerProperties.GeoJSONAnalyzerType Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of GeoJSONAnalyzerProperties.GeoJSONAnalyzerType in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return GeoJSONAnalyzerProperties.GeoJSONAnalyzerType Modifier and Type Method Description GeoJSONAnalyzerProperties.GeoJSONAnalyzerTypeGeoJSONAnalyzerProperties. getType()static GeoJSONAnalyzerProperties.GeoJSONAnalyzerTypeGeoJSONAnalyzerProperties.GeoJSONAnalyzerType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoJSONAnalyzerProperties.GeoJSONAnalyzerType[]GeoJSONAnalyzerProperties.GeoJSONAnalyzerType. 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 GeoJSONAnalyzerProperties.GeoJSONAnalyzerType Modifier and Type Method Description voidGeoJSONAnalyzerProperties. setType(GeoJSONAnalyzerProperties.GeoJSONAnalyzerType type)
-