Class LatLonPointSpatialField

  • All Implemented Interfaces:
    SchemaAware, SpatialQueryable

    public class LatLonPointSpatialField
    extends AbstractSpatialFieldType
    implements SchemaAware
    A spatial implementation based on Lucene's LatLonPoint and LatLonDocValuesField. The first is based on Lucene's "Points" API, which is a BKD Index. This field type is strictly limited to coordinates in lat/lon decimal degrees. The accuracy is about a centimeter (1.042cm).
    • Constructor Detail

      • LatLonPointSpatialField

        public LatLonPointSpatialField()