See: Description
| Class | Description | 
|---|---|
| BKDPointField | 
 Add this to a document to index lat/lon point, but be sure to use  
BKDTreeDocValuesFormat for the field. | 
| BKDPointInBBoxQuery | 
 Finds all previously indexed points that fall within the specified boundings box. 
 | 
| BKDPointInPolygonQuery | 
 Finds all previously indexed points that fall within the specified polygon. 
 | 
| BKDTreeDocValuesFormat | 
 A  
DocValuesFormat to efficiently index geo-spatial lat/lon points
 from BKDPointField for fast bounding-box (BKDPointInBBoxQuery)
 and polygon (BKDPointInPolygonQuery) queries. | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.