public static class ValuesSource.Bytes.WithOrdinals.FieldData extends ValuesSource.Bytes.WithOrdinals
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScriptValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinalsValuesSource.Bytes.WithOrdinals.FieldData| Modifier and Type | Field | Description |
|---|---|---|
protected IndexOrdinalsFieldData |
indexFieldData |
EMPTY| Constructor | Description |
|---|---|
FieldData(IndexOrdinalsFieldData indexFieldData) |
| Modifier and Type | Method | Description |
|---|---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context) |
Get the current
ValuesSource.WithScript.BytesValues. |
java.util.function.LongUnaryOperator |
globalOrdinalsMapping(org.apache.lucene.index.LeafReaderContext context) |
Returns a mapping from segment ordinals to global ordinals.
|
org.apache.lucene.index.SortedSetDocValues |
globalOrdinalsValues(org.apache.lucene.index.LeafReaderContext context) |
|
org.apache.lucene.index.SortedSetDocValues |
ordinalsValues(org.apache.lucene.index.LeafReaderContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsScoresdocsWithValue, globalMaxOrdprotected final IndexOrdinalsFieldData indexFieldData
public FieldData(IndexOrdinalsFieldData indexFieldData)
public SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSourceValuesSource.WithScript.BytesValues.bytesValues in class ValuesSourcepublic org.apache.lucene.index.SortedSetDocValues ordinalsValues(org.apache.lucene.index.LeafReaderContext context)
ordinalsValues in class ValuesSource.Bytes.WithOrdinalspublic org.apache.lucene.index.SortedSetDocValues globalOrdinalsValues(org.apache.lucene.index.LeafReaderContext context)
globalOrdinalsValues in class ValuesSource.Bytes.WithOrdinalspublic java.util.function.LongUnaryOperator globalOrdinalsMapping(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
ValuesSource.Bytes.WithOrdinalsglobalOrdinalsMapping in class ValuesSource.Bytes.WithOrdinalsjava.io.IOException