Class GeoPointAnalyzerProperties
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.GeoPointAnalyzerProperties
- Author:
- Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
String[]
int
hashCode()
void
setLatitude
(String[] latitude) void
setLongitude
(String[] longitude) void
setOptions
(GeoAnalyzerOptions options)
-
Constructor Details
-
GeoPointAnalyzerProperties
public GeoPointAnalyzerProperties()
-
-
Method Details
-
getLatitude
- Returns:
- array of strings that describes the attribute path of the latitude value relative to the field for which the Analyzer is defined in the View
-
setLatitude
-
getLongitude
- Returns:
- array of strings that describes the attribute path of the longitude value relative to the field for which the Analyzer is defined in the View
-
setLongitude
-
getOptions
- Returns:
- Options for fine-tuning geo queries
GeoPointAnalyzerProperties
. These options should generally remain unchanged.
-
setOptions
-
equals
-
hashCode
public int hashCode()
-