Module org.elasticsearch.server
Class ValuesSource.GeoPoint.Fielddata
java.lang.Object
org.elasticsearch.search.aggregations.support.ValuesSource
org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
- Enclosing class:
ValuesSource.GeoPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
ValuesSource.GeoPoint.FielddataNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.Range -
Field Summary
FieldsFields inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytesValues(org.apache.lucene.index.LeafReaderContext context) Get a byte array like view into the values.org.apache.lucene.index.SortedNumericDocValuesgeoSortedNumericDocValues(org.apache.lucene.index.LeafReaderContext context) Return the internal representation of geo_point doc values as aSortedNumericDocValues.Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
docsWithValue, geoPointValues, roundingPreparerMethods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
hasOrdinals, needsScores
-
Field Details
-
indexFieldData
-
-
Constructor Details
-
Fielddata
-
-
Method Details
-
bytesValues
Description copied from class:ValuesSourceGet a byte array like view into the values. This is the "native" way to accessValuesSource.Bytes-style values.- Specified by:
bytesValuesin classValuesSource
-
geoSortedNumericDocValues
public org.apache.lucene.index.SortedNumericDocValues geoSortedNumericDocValues(org.apache.lucene.index.LeafReaderContext context) Description copied from class:ValuesSource.GeoPointReturn the internal representation of geo_point doc values as aSortedNumericDocValues. A point is encoded as a long that can be decoded by usingGeoPoint.resetFromEncoded(long)- Specified by:
geoSortedNumericDocValuesin classValuesSource.GeoPoint
-