Annotation Interface GeoIndexed


@Documented @Retention(RUNTIME) @Target({FIELD,ANNOTATION_TYPE}) public @interface GeoIndexed
Mark properties value to be included in a secondary index.
Uses Redis GEO structures for storage.
The value will be part of the key built for the index.
Since:
1.8
Author:
Christoph Strobl