Class ValuesSource.GeoPoint
- java.lang.Object
-
- org.elasticsearch.search.aggregations.support.ValuesSource
-
- org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
-
- Direct Known Subclasses:
ValuesSource.GeoPoint.Fielddata
- Enclosing class:
- ValuesSource
public abstract static class ValuesSource.GeoPoint extends ValuesSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValuesSource.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 static ValuesSource.GeoPointEMPTY
-
Constructor Summary
Constructors Constructor Description GeoPoint()
-
Method Summary
Modifier and Type Method Description DocValueBitsdocsWithValue(org.apache.lucene.index.LeafReaderContext context)abstract MultiGeoPointValuesgeoPointValues(org.apache.lucene.index.LeafReaderContext context)-
Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
bytesValues, needsScores
-
-
-
-
Field Detail
-
EMPTY
public static final ValuesSource.GeoPoint EMPTY
-
-
Method Detail
-
docsWithValue
public DocValueBits docsWithValue(org.apache.lucene.index.LeafReaderContext context) throws java.io.IOException
- Specified by:
docsWithValuein classValuesSource- Throws:
java.io.IOException
-
geoPointValues
public abstract MultiGeoPointValues geoPointValues(org.apache.lucene.index.LeafReaderContext context)
-
-