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.FielddataNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Histogram, ValuesSource.Numeric, ValuesSource.Range -
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 Details
-
Constructor Details
-
GeoPoint
public GeoPoint()
-
-
Method Details
-
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)
-