Package org.elasticsearch.index.query
Class VectorGeoShapeQueryProcessor
- java.lang.Object
-
- org.elasticsearch.index.query.VectorGeoShapeQueryProcessor
-
- All Implemented Interfaces:
AbstractGeometryFieldMapper.QueryProcessor
public class VectorGeoShapeQueryProcessor extends Object implements AbstractGeometryFieldMapper.QueryProcessor
-
-
Constructor Summary
Constructors Constructor Description VectorGeoShapeQueryProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QuerygetVectorQueryFromShape(Geometry queryShape, String fieldName, ShapeRelation relation, QueryShardContext context)Queryprocess(Geometry shape, String fieldName, ShapeRelation relation, QueryShardContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.QueryProcessor
process
-
-
-
-
Method Detail
-
process
public Query process(Geometry shape, String fieldName, ShapeRelation relation, QueryShardContext context)
- Specified by:
processin interfaceAbstractGeometryFieldMapper.QueryProcessor
-
getVectorQueryFromShape
protected Query getVectorQueryFromShape(Geometry queryShape, String fieldName, ShapeRelation relation, QueryShardContext context)
-
-