org.hibernate.search.annotations
Annotation Type Latitude
@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface Latitude
Mark the property hosting the latitude of a specific spatial coordinate.
The property must be of type Double
(or its native version).
- Author:
- Nicolas Helleringer (nicolas.helleringer@novacodex.net)
- Experimental
- Spatial support is still considered experimental
of
public abstract String of
- Returns:
- the name of the spatial field (defined in @Spatial.name)
- Default:
- ""
Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved