|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialArgs | |
---|---|
org.apache.lucene.spatial | Lucene spatial search Check: http://blog.notdot.net/2009/11/Damn-Cool-Algorithms-Spatial-indexing-with-Quadtrees-and-Hilbert-Curves |
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.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 . |
ConstantScoreQuery |
SpatialStrategy.makeQuery(SpatialArgs args)
Make a (ConstantScore) Query based principally on SpatialOperation
and Shape from the supplied args . |
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 | |
---|---|
SpatialArgs |
SpatialArgsParser.parse(String v,
com.spatial4j.core.context.SpatialContext ctx)
Parses a string such as "Intersects(-10,20,-8,22) distErrPct=0.025". |
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 |