public static class ValuesSource.GeoPoint.Fielddata extends ValuesSource.GeoPoint
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScriptValuesSource.GeoPoint.Fielddata| Modifier and Type | Field | Description |
|---|---|---|
protected IndexGeoPointFieldData |
indexFieldData |
EMPTY| Constructor | Description |
|---|---|
Fielddata(IndexGeoPointFieldData indexFieldData) |
| Modifier and Type | Method | Description |
|---|---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context) |
Get the current
ValuesSource.WithScript.BytesValues. |
MultiGeoPointValues |
geoPointValues(org.apache.lucene.index.LeafReaderContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsScoresdocsWithValueprotected 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