Package org.elasticsearch.index.mapper
Interface AbstractGeometryFieldMapper.QueryProcessor
-
- All Known Implementing Classes:
LegacyGeoShapeQueryProcessor,VectorGeoShapeQueryProcessor
- Enclosing class:
- AbstractGeometryFieldMapper<Parsed,Processed>
public static interface AbstractGeometryFieldMapper.QueryProcessorinterface representing a query builder that generates a query from the given shape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Queryprocess(Geometry shape, String fieldName, ShapeRelation relation, QueryShardContext context)default Queryprocess(Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)Deprecated.
-
-
-
Method Detail
-
process
Query process(Geometry shape, String fieldName, ShapeRelation relation, QueryShardContext context)
-
process
@Deprecated default Query process(Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)
Deprecated.
-
-