Class GeoJSONAnalyzerProperties
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
-
public final class GeoJSONAnalyzerProperties extends Object
- Author:
- Michele Rastelli
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoJSONAnalyzerProperties.GeoJSONAnalyzerType
-
Constructor Summary
Constructors Constructor Description GeoJSONAnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
GeoAnalyzerOptions
getOptions()
GeoJSONAnalyzerProperties.GeoJSONAnalyzerType
getType()
int
hashCode()
void
setOptions(GeoAnalyzerOptions options)
void
setType(GeoJSONAnalyzerProperties.GeoJSONAnalyzerType type)
-
-
-
Method Detail
-
getType
public GeoJSONAnalyzerProperties.GeoJSONAnalyzerType getType()
-
setType
public void setType(GeoJSONAnalyzerProperties.GeoJSONAnalyzerType type)
-
getOptions
public GeoAnalyzerOptions getOptions()
- Returns:
- Options for fine-tuning geo queries
GeoJSONAnalyzerProperties
. These options should generally remain unchanged.
-
setOptions
public void setOptions(GeoAnalyzerOptions options)
-
-