| 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. |
| CellToBytesRefIterator | |
| ContainsPrefixTreeFilter |
Finds docs where its indexed shape
CONTAINS the query shape. |
| HeatmapFacetCounter |
Computes spatial facets in two dimensions as a grid of numbers.
|
| HeatmapFacetCounter.Heatmap |
Response structure
|
| 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
(AND ONLY POINTS!). |
| PrefixTreeFacetCounter |
Computes facets on cells for
PrefixTreeStrategy. |
| PrefixTreeFacetCounter.FacetVisitor |
A callback/visitor of facet counts.
|
| PrefixTreeStrategy |
An abstract SpatialStrategy based on
SpatialPrefixTree. |
| RecursivePrefixTreeStrategy |
A
PrefixTreeStrategy which uses AbstractVisitingPrefixTreeFilter. |
| TermQueryPrefixTreeStrategy |
A basic implementation of
PrefixTreeStrategy using a large
TermsQuery 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.