@Repeatable(value=GeoIndexes.class) @Retention(value=RUNTIME) @Target(value=TYPE) public @interface GeoIndex
Modifier and Type | Required Element and Description |
---|---|
String[] |
fields
A list of attribute paths
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
geoJson
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.
|
public abstract String[] fields
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.