Annotation Interface GeoIndex
Annotation to define given fields to be indexed using ArangoDB's Geo index.
- Author:
- Mark Vollmary
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
If a geo-spatial index on a location is constructed and geoJson is true, then the order within the array is longitude followed by latitude.
-
Element Details
-
fields
String[] fieldsA list of attribute paths
-
-
-
geoJson
boolean geoJsonIf a geo-spatial index on a location is constructed and geoJson is true, then the order within the array is longitude followed by latitude. This corresponds to the format described in- Default:
- false
-