Class GeoS2AnalyzerProperties
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.GeoS2AnalyzerProperties
-
public final class GeoS2AnalyzerProperties extends Object
- Author:
- Michele Rastelli
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoS2AnalyzerProperties.GeoS2AnalyzerTypestatic classGeoS2AnalyzerProperties.GeoS2Format
-
Constructor Summary
Constructors Constructor Description GeoS2AnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GeoS2AnalyzerProperties.GeoS2FormatgetFormat()GeoAnalyzerOptionsgetOptions()GeoS2AnalyzerProperties.GeoS2AnalyzerTypegetType()inthashCode()voidsetFormat(GeoS2AnalyzerProperties.GeoS2Format format)voidsetOptions(GeoAnalyzerOptions options)voidsetType(GeoS2AnalyzerProperties.GeoS2AnalyzerType type)
-
-
-
Method Detail
-
getType
public GeoS2AnalyzerProperties.GeoS2AnalyzerType getType()
-
setType
public void setType(GeoS2AnalyzerProperties.GeoS2AnalyzerType type)
-
getOptions
public GeoAnalyzerOptions getOptions()
- Returns:
- Options for fine-tuning geo queries
GeoS2AnalyzerProperties. These options should generally remain unchanged.
-
setOptions
public void setOptions(GeoAnalyzerOptions options)
-
getFormat
public GeoS2AnalyzerProperties.GeoS2Format getFormat()
- Returns:
- The internal binary representation to use for storing the geo-spatial data in an index.
-
setFormat
public void setFormat(GeoS2AnalyzerProperties.GeoS2Format format)
-
-