| Package and Description |
|---|
| org.apache.lucene.spatial.geopoint.search
Use the higher performance
LatLonPoint queries instead. |
| Class and Description |
|---|
| org.apache.lucene.spatial.geopoint.search.GeoPointDistanceQuery
Use the higher performance
LatLonPoint.newDistanceQuery instead. |
| org.apache.lucene.spatial.geopoint.document.GeoPointField
Use the higher performance
LatLonPoint instead. |
| org.apache.lucene.spatial.geopoint.search.GeoPointInBBoxQuery
Use the higher performance
LatLonPoint.newBoxQuery instead. |
| org.apache.lucene.spatial.geopoint.search.GeoPointInPolygonQuery
Use the higher performance
LatLonPoint.newPolygonQuery instead. |
| Field and Description |
|---|
| org.apache.lucene.spatial.geopoint.document.GeoPointField.NUMERIC_TYPE_NOT_STORED
Type for a GeoPointField that is not stored:
normalization factors, frequencies, and positions are omitted.
|
| org.apache.lucene.spatial.geopoint.document.GeoPointField.NUMERIC_TYPE_STORED
Type for a stored GeoPointField:
normalization factors, frequencies, and positions are omitted.
|
| Enum Constant and Description |
|---|
| org.apache.lucene.spatial.geopoint.document.GeoPointField.TermEncoding.NUMERIC
encodes prefix and full resolution terms - use with
LegacyNumericTokenStream |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.