Interface GeoShapeQueryable

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

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

    Modifier and Type Method Description
    org.apache.lucene.search.Query geoShapeQuery​(org.elasticsearch.geometry.Geometry shape, java.lang.String fieldName, ShapeRelation relation, QueryShardContext context)  
    default org.apache.lucene.search.Query geoShapeQuery​(org.elasticsearch.geometry.Geometry shape, java.lang.String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)
    Deprecated.