public static class ValuesSource.GeoPoint.Fielddata extends ValuesSource.GeoPoint
ValuesSource.GeoPoint.FielddataValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScript| Modifier and Type | Field and Description |
|---|---|
protected IndexGeoPointFieldData |
indexFieldData |
EMPTY| Constructor and Description |
|---|
Fielddata(IndexGeoPointFieldData indexFieldData) |
| Modifier and Type | Method and Description |
|---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
ValuesSource.WithScript.BytesValues. |
MultiGeoPointValues |
geoPointValues(org.apache.lucene.index.LeafReaderContext context) |
docsWithValueneedsScoresprotected final IndexGeoPointFieldData indexFieldData
public Fielddata(IndexGeoPointFieldData indexFieldData)
public SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSourceValuesSource.WithScript.BytesValues.bytesValues in class ValuesSourcepublic MultiGeoPointValues geoPointValues(org.apache.lucene.index.LeafReaderContext context)
geoPointValues in class ValuesSource.GeoPoint