Class GeoPointAnalyzer
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
-
- com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzer
-
public final class GeoPointAnalyzer extends SearchAnalyzer
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:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description GeoPointAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GeoPointAnalyzerPropertiesgetProperties()inthashCode()voidsetProperties(GeoPointAnalyzerProperties properties)-
Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
-
-
-
Method Detail
-
getProperties
public GeoPointAnalyzerProperties getProperties()
-
setProperties
public void setProperties(GeoPointAnalyzerProperties properties)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSearchAnalyzer
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSearchAnalyzer
-
-