| Class | Description |
|---|---|
| PointPrefixTreeFieldCacheProvider |
Implementation of
ShapeFieldCacheProvider designed for PrefixTreeStrategys. |
| PrefixTreeStrategy |
An abstract SpatialStrategy based on
SpatialPrefixTree. |
| RecursivePrefixTreeFilter |
Performs a spatial intersection filter between a query shape and a field
indexed with
SpatialPrefixTree, a Trie. |
| RecursivePrefixTreeStrategy |
A
PrefixTreeStrategy which uses RecursivePrefixTreeFilter. |
| TermQueryPrefixTreeStrategy |
A basic implementation of
PrefixTreeStrategy using a large TermsFilter of all the nodes from SpatialPrefixTree.getNodes(com.spatial4j.core.shape.Shape,
int, boolean). |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.