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