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 class
GeoS2AnalyzerProperties.GeoS2AnalyzerType
static class
GeoS2AnalyzerProperties.GeoS2Format
-
Constructor Summary
Constructors Constructor Description GeoS2AnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
GeoS2AnalyzerProperties.GeoS2Format
getFormat()
GeoAnalyzerOptions
getOptions()
GeoS2AnalyzerProperties.GeoS2AnalyzerType
getType()
int
hashCode()
void
setFormat(GeoS2AnalyzerProperties.GeoS2Format format)
void
setOptions(GeoAnalyzerOptions options)
void
setType(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)
-
-