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
public static class ValuesSource.GeoPoint.Fielddata extends 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
Fields Modifier and Type Field Description protected IndexGeoPointFieldDataindexFieldDataFields inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
EMPTY -
Constructor Summary
Constructors Constructor Description Fielddata(IndexGeoPointFieldData indexFieldData) -
Method Summary
Modifier and Type Method Description SortedBinaryDocValuesbytesValues(org.apache.lucene.index.LeafReaderContext context)Get the currentValuesSource.Bytes.WithScript.BytesValues.MultiGeoPointValuesgeoPointValues(org.apache.lucene.index.LeafReaderContext context)Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
docsWithValue, roundingPreparerMethods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
hasGlobalOrdinals, needsScores
-
Field Details
-
Constructor Details
-
Method Details
-
bytesValues
Description copied from class:ValuesSourceGet the currentValuesSource.Bytes.WithScript.BytesValues.- Specified by:
bytesValuesin classValuesSource
-
geoPointValues
- Specified by:
geoPointValuesin classValuesSource.GeoPoint
-