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