Class GeoS2Analyzer
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
com.arangodb.entity.arangosearch.analyzer.GeoS2Analyzer
An Analyzer capable of breaking up a GeoJSON object or coordinate array in [longitude, latitude] order into a set of
indexable tokens for further usage with ArangoSearch Geo functions.
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.
- Since:
- ArangoDB 3.10.5
- Author:
- Michele Rastelli
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setProperties
(GeoS2AnalyzerProperties properties) Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
Constructor Details
-
GeoS2Analyzer
public GeoS2Analyzer()
-
-
Method Details
-
getProperties
-
setProperties
-
equals
- Overrides:
equals
in classSearchAnalyzer
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSearchAnalyzer
-