Package org.elasticsearch.index.mapper
Interface GeoShapeQueryable
- All Known Implementing Classes:
GeoPointFieldMapper.GeoPointFieldType,GeoPointScriptFieldType,GeoShapeFieldMapper.GeoShapeFieldType,LegacyGeoShapeFieldMapper.GeoShapeFieldType
public interface GeoShapeQueryable
Implemented by
MappedFieldType that support
GeoShape queries.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QuerygeoShapeQuery(org.elasticsearch.geometry.Geometry shape, String fieldName, ShapeRelation relation, SearchExecutionContext context)default org.apache.lucene.search.QuerygeoShapeQuery(org.elasticsearch.geometry.Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, SearchExecutionContext context)Deprecated.
-
Method Details
-
geoShapeQuery
org.apache.lucene.search.Query geoShapeQuery(org.elasticsearch.geometry.Geometry shape, String fieldName, ShapeRelation relation, SearchExecutionContext context) -
geoShapeQuery
@Deprecated default org.apache.lucene.search.Query geoShapeQuery(org.elasticsearch.geometry.Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, SearchExecutionContext context)Deprecated.
-