| AbstractPrefixTreeQuery |
Base class for Lucene Queries on SpatialPrefixTree fields.
|
| AbstractVisitingPrefixTreeQuery |
Traverses a SpatialPrefixTree indexed field, using the template and
visitor design patterns for subclasses to guide the traversal and collect
matching documents.
|
| AbstractVisitingPrefixTreeQuery.VNode |
|
| BytesRefIteratorTokenStream |
|
| CellToBytesRefIterator |
|
| ContainsPrefixTreeQuery |
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
|
| IntersectsPrefixTreeQuery |
|
| PointPrefixTreeFieldCacheProvider |
|
| PrefixTreeFacetCounter |
|
| PrefixTreeFacetCounter.FacetVisitor |
A callback/visitor of facet counts.
|
| PrefixTreeStrategy |
|
| RecursivePrefixTreeStrategy |
|
| TermQueryPrefixTreeStrategy |
|
| WithinPrefixTreeQuery |
Finds docs where its indexed shape is WITHIN the query shape.
|