Annotation Type GeoPointBinding

    • Element Detail

      • fieldName

        String fieldName
        The name of the index field holding spatial information. If @GeoPoint is hosted on a property, defaults to the property name. If @GeoPoint is hosted on a class, the name must be provided.
        Returns:
        the field name
        Default:
        ""
      • projectable

        Projectable projectable
        Returns:
        Returns an instance of the Projectable enum, indicating whether projections are enabled for this field. Defaults to Projectable.DEFAULT.
        Default:
        org.hibernate.search.engine.backend.types.Projectable.DEFAULT
      • sortable

        Sortable sortable
        Returns:
        Returns an instance of the Sortable enum, indicating whether sorts are enabled for this field. Defaults to Sortable.DEFAULT.
        Default:
        org.hibernate.search.engine.backend.types.Sortable.DEFAULT
      • markerSet

        String markerSet
        Returns:
        The name of the marker set this spatial should look into when looking for the Latitude and Longitude markers.
        Default:
        ""