ValuesSource.Bytes.WithOrdinals.FieldDatapublic abstract static class ValuesSource.Bytes.WithOrdinals extends ValuesSource.Bytes
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ValuesSource.Bytes.WithOrdinals.FieldData |
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScriptValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinals| Modifier and Type | Field | Description |
|---|---|---|
static ValuesSource.Bytes.WithOrdinals |
EMPTY |
| Constructor | Description |
|---|---|
WithOrdinals() |
| Modifier and Type | Method | Description |
|---|---|---|
DocValueBits |
docsWithValue(org.apache.lucene.index.LeafReaderContext context) |
|
long |
globalMaxOrd(org.apache.lucene.search.IndexSearcher indexSearcher) |
|
abstract java.util.function.LongUnaryOperator |
globalOrdinalsMapping(org.apache.lucene.index.LeafReaderContext context) |
Returns a mapping from segment ordinals to global ordinals.
|
abstract org.apache.lucene.index.SortedSetDocValues |
globalOrdinalsValues(org.apache.lucene.index.LeafReaderContext context) |
|
abstract org.apache.lucene.index.SortedSetDocValues |
ordinalsValues(org.apache.lucene.index.LeafReaderContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbytesValues, needsScorespublic static final ValuesSource.Bytes.WithOrdinals EMPTY
public DocValueBits docsWithValue(org.apache.lucene.index.LeafReaderContext context) throws java.io.IOException
docsWithValue in class ValuesSource.Bytesjava.io.IOExceptionpublic abstract org.apache.lucene.index.SortedSetDocValues ordinalsValues(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
java.io.IOExceptionpublic abstract org.apache.lucene.index.SortedSetDocValues globalOrdinalsValues(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
java.io.IOExceptionpublic abstract java.util.function.LongUnaryOperator globalOrdinalsMapping(org.apache.lucene.index.LeafReaderContext context)
throws java.io.IOException
java.io.IOExceptionpublic long globalMaxOrd(org.apache.lucene.search.IndexSearcher indexSearcher)
throws java.io.IOException
java.io.IOException