public abstract static class ValuesSource.Bytes.WithOrdinals extends ValuesSource.Bytes
| Modifier and Type | Class and Description |
|---|---|
static class |
ValuesSource.Bytes.WithOrdinals.FieldData |
ValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinalsValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScript| Modifier and Type | Field and Description |
|---|---|
static ValuesSource.Bytes.WithOrdinals |
EMPTY |
| Constructor and Description |
|---|
WithOrdinals() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.util.Bits |
docsWithValue(org.apache.lucene.index.LeafReaderContext context) |
long |
globalMaxOrd(org.apache.lucene.search.IndexSearcher indexSearcher) |
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) |
bytesValues, needsScorespublic static final ValuesSource.Bytes.WithOrdinals EMPTY
public org.apache.lucene.util.Bits 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 long globalMaxOrd(org.apache.lucene.search.IndexSearcher indexSearcher)
throws java.io.IOException
java.io.IOException