Uses of Class
org.apache.lucene.spatial.query.SpatialArgs
-
Packages that use SpatialArgs Package Description org.apache.lucene.spatial org.apache.lucene.spatial.prefix org.apache.lucene.spatial.query org.elasticsearch.index.query -
-
Uses of SpatialArgs in org.apache.lucene.spatial
Methods in org.apache.lucene.spatial with parameters of type SpatialArgs Modifier and Type Method Description abstract QuerySpatialStrategy. makeQuery(SpatialArgs args) -
Uses of SpatialArgs in org.apache.lucene.spatial.prefix
Methods in org.apache.lucene.spatial.prefix with parameters of type SpatialArgs Modifier and Type Method Description QueryRecursivePrefixTreeStrategy. makeQuery(SpatialArgs args)QueryTermQueryPrefixTreeStrategy. makeQuery(SpatialArgs args) -
Uses of SpatialArgs in org.apache.lucene.spatial.query
Methods in org.apache.lucene.spatial.query that return SpatialArgs Modifier and Type Method Description protected SpatialArgsSpatialArgsParser. newSpatialArgs(SpatialOperation op, Shape shape)SpatialArgsSpatialArgsParser. parse(String v, SpatialContext ctx)Parses a string such as "Intersects(ENVELOPE(-10,-8,22,20)) distErrPct=0.025".Methods in org.apache.lucene.spatial.query with parameters of type SpatialArgs Modifier and Type Method Description protected voidSpatialArgsParser. readNameValuePairs(SpatialArgs args, Map<String,String> nameValPairs) -
Uses of SpatialArgs in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return SpatialArgs Modifier and Type Method Description static SpatialArgsLegacyGeoShapeQueryProcessor. getArgs(Geometry shape, ShapeRelation relation)
-