Package org.elasticsearch.index.query
Class VectorGeoShapeQueryProcessor
java.lang.Object
org.elasticsearch.index.query.VectorGeoShapeQueryProcessor
- All Implemented Interfaces:
AbstractGeometryFieldMapper.AbstractGeometryFieldType.QueryProcessor
public class VectorGeoShapeQueryProcessor extends java.lang.Object implements AbstractGeometryFieldMapper.AbstractGeometryFieldType.QueryProcessor
-
Constructor Summary
Constructors Constructor Description VectorGeoShapeQueryProcessor() -
Method Summary
Modifier and Type Method Description org.apache.lucene.search.Queryprocess(org.elasticsearch.geometry.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.AbstractGeometryFieldType.QueryProcessor
process
-
Constructor Details
-
VectorGeoShapeQueryProcessor
public VectorGeoShapeQueryProcessor()
-
-
Method Details
-
process
public org.apache.lucene.search.Query process(org.elasticsearch.geometry.Geometry shape, java.lang.String fieldName, ShapeRelation relation, QueryShardContext context)- Specified by:
processin interfaceAbstractGeometryFieldMapper.AbstractGeometryFieldType.QueryProcessor
-