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.geoPointValues(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
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
-
geoPointValues
- Specified by:
geoPointValuesin classValuesSource.GeoPoint
-