public final class GeoS2Analyzer extends SearchAnalyzer
The Analyzer is similar to GeoJSONAnalyzer
, but it internally uses a format for storing the geo-spatial data
that is more efficient. You can choose between different formats to make a tradeoff between the size on disk, the
precision, and query performance.
Constructor and Description |
---|
GeoS2Analyzer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
GeoS2AnalyzerProperties |
getProperties() |
int |
hashCode() |
void |
setProperties(GeoS2AnalyzerProperties properties) |
getFeatures, getName, getType, setFeatures, setName, setType
public GeoS2AnalyzerProperties getProperties()
public void setProperties(GeoS2AnalyzerProperties properties)
public boolean equals(Object o)
equals
in class SearchAnalyzer
public int hashCode()
hashCode
in class SearchAnalyzer
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.