Package org.elasticsearch.index.query
Class LegacyGeoShapeQueryProcessor
- java.lang.Object
-
- org.elasticsearch.index.query.LegacyGeoShapeQueryProcessor
-
- All Implemented Interfaces:
AbstractGeometryFieldMapper.QueryProcessor
public class LegacyGeoShapeQueryProcessor extends java.lang.Object implements AbstractGeometryFieldMapper.QueryProcessor
-
-
Constructor Summary
Constructors Constructor Description LegacyGeoShapeQueryProcessor(AbstractGeometryFieldMapper.AbstractGeometryFieldType ft)
-
Method Summary
Modifier and Type Method Description static ShapeBuilder<?,?,?>geometryToShapeBuilder(Geometry geometry)static org.apache.lucene.spatial.query.SpatialArgsgetArgs(Geometry shape, ShapeRelation relation)org.apache.lucene.search.Queryprocess(Geometry shape, java.lang.String fieldName, ShapeRelation relation, QueryShardContext context)org.apache.lucene.search.Queryprocess(Geometry shape, java.lang.String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)
-
-
-
Constructor Detail
-
LegacyGeoShapeQueryProcessor
public LegacyGeoShapeQueryProcessor(AbstractGeometryFieldMapper.AbstractGeometryFieldType ft)
-
-
Method Detail
-
process
public org.apache.lucene.search.Query process(Geometry shape, java.lang.String fieldName, ShapeRelation relation, QueryShardContext context)
- Specified by:
processin interfaceAbstractGeometryFieldMapper.QueryProcessor
-
process
public org.apache.lucene.search.Query process(Geometry shape, java.lang.String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)
- Specified by:
processin interfaceAbstractGeometryFieldMapper.QueryProcessor
-
getArgs
public static org.apache.lucene.spatial.query.SpatialArgs getArgs(Geometry shape, ShapeRelation relation)
-
geometryToShapeBuilder
public static ShapeBuilder<?,?,?> geometryToShapeBuilder(Geometry geometry)
-
-