Annotation Interface GeoIndexed


@Retention(RUNTIME) @Target(FIELD) public @interface GeoIndexed
Annotation to mark a field to be indexed using ArangoDB's Geo index.
Author:
Mark Vollmary
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    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

    • geoJson

      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. This corresponds to the format described in
      Default:
      false