Interface GeoShapeQueryable

All Known Implementing Classes:
GeoPointFieldMapper.GeoPointFieldType, GeoShapeFieldMapper.GeoShapeFieldType, LegacyGeoShapeFieldMapper.GeoShapeFieldType

public interface GeoShapeQueryable
Implemented by MappedFieldType that support GeoShape queries.
  • Method Details

    • geoShapeQuery

      org.apache.lucene.search.Query geoShapeQuery​(org.elasticsearch.geometry.Geometry shape, java.lang.String fieldName, ShapeRelation relation, SearchExecutionContext context)
    • geoShapeQuery

      @Deprecated default org.apache.lucene.search.Query geoShapeQuery​(org.elasticsearch.geometry.Geometry shape, java.lang.String fieldName, SpatialStrategy strategy, ShapeRelation relation, SearchExecutionContext context)
      Deprecated.