Package | Description |
---|---|
org.apache.lucene.spatial |
Lucene advanced spatial search
|
org.apache.lucene.spatial.bbox |
Bounding Box Spatial Strategy
|
org.apache.lucene.spatial.composite |
Composite strategies.
|
org.apache.lucene.spatial.prefix |
Prefix Tree Strategy.
|
org.apache.lucene.spatial.query |
Spatial Query options useful for client side requests
|
org.apache.lucene.spatial.serialized |
Strategies that serialize the shape (non-indexed).
|
org.apache.lucene.spatial.vector |
Spatial strategy that uses two fields.
|
Modifier and Type | Method and Description |
---|---|
abstract Query |
SpatialStrategy.makeQuery(SpatialArgs args)
|
Modifier and Type | Method and Description |
---|---|
Query |
BBoxStrategy.makeQuery(SpatialArgs args) |
Modifier and Type | Method and Description |
---|---|
Query |
CompositeSpatialStrategy.makeQuery(SpatialArgs args) |
Modifier and Type | Method and Description |
---|---|
Query |
TermQueryPrefixTreeStrategy.makeQuery(SpatialArgs args) |
Query |
RecursivePrefixTreeStrategy.makeQuery(SpatialArgs args) |
Modifier and Type | Method and Description |
---|---|
protected SpatialArgs |
SpatialArgsParser.newSpatialArgs(SpatialOperation op,
org.locationtech.spatial4j.shape.Shape shape) |
SpatialArgs |
SpatialArgsParser.parse(String v,
org.locationtech.spatial4j.context.SpatialContext ctx)
Parses a string such as "Intersects(ENVELOPE(-10,-8,22,20)) distErrPct=0.025".
|
Modifier and Type | Method and Description |
---|---|
protected void |
SpatialArgsParser.readNameValuePairs(SpatialArgs args,
Map<String,String> nameValPairs) |
Modifier and Type | Method and Description |
---|---|
Query |
SerializedDVStrategy.makeQuery(SpatialArgs args)
Returns a Query that should be used in a random-access fashion.
|
Modifier and Type | Method and Description |
---|---|
ConstantScoreQuery |
PointVectorStrategy.makeQuery(SpatialArgs args) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.