Class GeoPointAnalyzer
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzer
An Analyzer capable of breaking up JSON object describing a coordinate into a set of indexable tokens for further
usage with ArangoSearch Geo functions.
- Since:
- ArangoDB 3.8
- Author:
- Michele Rastelli
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setProperties
(GeoPointAnalyzerProperties properties) Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
Constructor Details
-
GeoPointAnalyzer
public GeoPointAnalyzer()
-
-
Method Details
-
getProperties
-
setProperties
-
equals
- Overrides:
equals
in classSearchAnalyzer
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSearchAnalyzer
-