| Class | Description |
|---|---|
| AbstractPrefixTreeFilter |
Base class for Lucene Filters on SpatialPrefixTree fields.
|
| AbstractVisitingPrefixTreeFilter |
Traverses a
SpatialPrefixTree indexed field, using the template and
visitor design patterns for subclasses to guide the traversal and collect
matching documents. |
| AbstractVisitingPrefixTreeFilter.VNode |
A visitor node/cell found via the query shape for
AbstractVisitingPrefixTreeFilter.VisitorTemplate. |
| ContainsPrefixTreeFilter |
Finds docs where its indexed shape
CONTAINS the query shape. |
| IntersectsPrefixTreeFilter |
A Filter matching documents that have an
SpatialRelation.INTERSECTS
(i.e. |
| NumberRangePrefixTreeStrategy |
A PrefixTree based on Number/Date ranges.
|
| PointPrefixTreeFieldCacheProvider |
Implementation of
ShapeFieldCacheProvider designed for PrefixTreeStrategys that index points. |
| PrefixTreeStrategy |
An abstract SpatialStrategy based on
SpatialPrefixTree. |
| RecursivePrefixTreeStrategy |
A
PrefixTreeStrategy which uses AbstractVisitingPrefixTreeFilter. |
| TermQueryPrefixTreeStrategy |
A basic implementation of
PrefixTreeStrategy using a large
TermsFilter of all the cells from
SpatialPrefixTree.getTreeCellIterator(com.spatial4j.core.shape.Shape, int). |
| WithinPrefixTreeFilter |
Finds docs where its indexed shape is
WITHIN the query shape. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.