|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SpatialArgs | |
|---|---|
| org.apache.lucene.spatial | Lucene spatial search |
| 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. |
| Uses of SpatialArgs in org.apache.lucene.spatial |
|---|
| Methods in org.apache.lucene.spatial with parameters of type SpatialArgs | |
|---|---|
abstract Filter |
SpatialStrategy.makeFilter(SpatialArgs args)
Make a Filter based principally on SpatialOperation
and Shape from the supplied args. |
Query |
SpatialStrategy.makeQuery(SpatialArgs args)
Make a Query based principally on SpatialOperation
and Shape from the supplied args. |
| Constructors in org.apache.lucene.spatial with parameters of type SpatialArgs | |
|---|---|
DisjointSpatialFilter(SpatialStrategy strategy,
SpatialArgs args,
String field)
|
|
| Uses of SpatialArgs in org.apache.lucene.spatial.prefix |
|---|
| Methods in org.apache.lucene.spatial.prefix with parameters of type SpatialArgs | |
|---|---|
Filter |
RecursivePrefixTreeStrategy.makeFilter(SpatialArgs args)
|
Filter |
TermQueryPrefixTreeStrategy.makeFilter(SpatialArgs args)
|
| Uses of SpatialArgs in org.apache.lucene.spatial.query |
|---|
| Methods in org.apache.lucene.spatial.query that return SpatialArgs | |
|---|---|
protected SpatialArgs |
SpatialArgsParser.newSpatialArgs(SpatialOperation op,
com.spatial4j.core.shape.Shape shape)
|
SpatialArgs |
SpatialArgsParser.parse(String v,
com.spatial4j.core.context.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 | |
|---|---|
protected void |
SpatialArgsParser.readNameValuePairs(SpatialArgs args,
Map<String,String> nameValPairs)
|
| Uses of SpatialArgs in org.apache.lucene.spatial.serialized |
|---|
| Methods in org.apache.lucene.spatial.serialized with parameters of type SpatialArgs | |
|---|---|
Filter |
SerializedDVStrategy.makeFilter(SpatialArgs args)
Returns a Filter that should be used with FilteredQuery.QUERY_FIRST_FILTER_STRATEGY. |
Query |
SerializedDVStrategy.makeQuery(SpatialArgs args)
|
| Uses of SpatialArgs in org.apache.lucene.spatial.vector |
|---|
| Methods in org.apache.lucene.spatial.vector with parameters of type SpatialArgs | |
|---|---|
Filter |
PointVectorStrategy.makeFilter(SpatialArgs args)
|
ConstantScoreQuery |
PointVectorStrategy.makeQuery(SpatialArgs args)
|
Query |
PointVectorStrategy.makeQueryDistanceScore(SpatialArgs args)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||