| Package | Description | 
|---|---|
| org.apache.lucene.spatial.bbox | Bounding Box Spatial Strategy | 
| org.apache.lucene.spatial.composite | Composite strategies. | 
| org.apache.lucene.spatial.prefix | Prefix Tree Strategy. | 
| org.apache.lucene.spatial.serialized | Strategies that serialize the shape (non-indexed). | 
| org.apache.lucene.spatial.vector | Spatial strategy that uses two fields. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BBoxStrategyA SpatialStrategy for indexing and searching Rectangles by storing its
 coordinates in numeric fields. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeSpatialStrategyA composite  SpatialStrategybased onRecursivePrefixTreeStrategy(RPT) andSerializedDVStrategy(SDV). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NumberRangePrefixTreeStrategyA PrefixTree based on Number/Date ranges. | 
| class  | PrefixTreeStrategyAn abstract SpatialStrategy based on  SpatialPrefixTree. | 
| class  | RecursivePrefixTreeStrategyA  PrefixTreeStrategywhich usesAbstractVisitingPrefixTreeFilter. | 
| class  | TermQueryPrefixTreeStrategyA basic implementation of  PrefixTreeStrategyusing a largeTermsQueryof all the cells fromSpatialPrefixTree.getTreeCellIterator(com.spatial4j.core.shape.Shape, int). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SerializedDVStrategyA SpatialStrategy based on serializing a Shape stored into BinaryDocValues. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PointVectorStrategySimple  SpatialStrategywhich represents Points in two numericDoubleFields. | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.