public static class AssertingLeafReader.AssertingRandomAccessOrds extends RandomAccessOrds
NO_MORE_ORDS| Constructor and Description |
|---|
AssertingRandomAccessOrds(RandomAccessOrds in,
int maxDoc) |
| Modifier and Type | Method and Description |
|---|---|
int |
cardinality() |
long |
getValueCount() |
BytesRef |
lookupOrd(long ord) |
long |
lookupTerm(BytesRef key) |
long |
nextOrd() |
long |
ordAt(int index) |
void |
setDocument(int docID) |
termsEnumpublic AssertingRandomAccessOrds(RandomAccessOrds in, int maxDoc)
public long nextOrd()
nextOrd in class SortedSetDocValuespublic void setDocument(int docID)
setDocument in class SortedSetDocValuespublic BytesRef lookupOrd(long ord)
lookupOrd in class SortedSetDocValuespublic long getValueCount()
getValueCount in class SortedSetDocValuespublic long lookupTerm(BytesRef key)
lookupTerm in class SortedSetDocValuespublic long ordAt(int index)
ordAt in class RandomAccessOrdspublic int cardinality()
cardinality in class RandomAccessOrdsCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.