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.Fielddata
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.Range
-
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbytesValues
(org.apache.lucene.index.LeafReaderContext context) Get a byte array like view into the values.geoPointValues
(org.apache.lucene.index.LeafReaderContext context) Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
docsWithValue, roundingPreparer
Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
hasOrdinals, needsScores
-
Field Details
-
indexFieldData
-
-
Constructor Details
-
Fielddata
-
-
Method Details
-
bytesValues
Description copied from class:ValuesSource
Get a byte array like view into the values. This is the "native" way to accessValuesSource.Bytes
-style values.- Specified by:
bytesValues
in classValuesSource
-
geoPointValues
- Specified by:
geoPointValues
in classValuesSource.GeoPoint
-