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.Fielddata
-
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScript
-
-
Field Summary
Fields Modifier and Type Field Description protected IndexGeoPointFieldDataindexFieldData-
Fields 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.WithScript.BytesValues.MultiGeoPointValuesgeoPointValues(org.apache.lucene.index.LeafReaderContext context)-
Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
docsWithValue
-
Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
needsScores
-
-
-
-
Field Detail
-
indexFieldData
protected final IndexGeoPointFieldData indexFieldData
-
-
Constructor Detail
-
Fielddata
public Fielddata(IndexGeoPointFieldData indexFieldData)
-
-
Method Detail
-
bytesValues
public SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context)
Description copied from class:ValuesSourceGet the currentValuesSource.WithScript.BytesValues.- Specified by:
bytesValuesin classValuesSource
-
geoPointValues
public MultiGeoPointValues geoPointValues(org.apache.lucene.index.LeafReaderContext context)
- Specified by:
geoPointValuesin classValuesSource.GeoPoint
-
-