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-2017 Apache Software Foundation. All Rights Reserved.