public static class AssertingLeafReader.AssertingSortedDocValues extends SortedDocValues
| Constructor and Description |
|---|
AssertingSortedDocValues(SortedDocValues in,
int maxDoc) |
| Modifier and Type | Method and Description |
|---|---|
BytesRef |
get(int docID) |
int |
getOrd(int docID) |
int |
getValueCount() |
BytesRef |
lookupOrd(int ord) |
int |
lookupTerm(BytesRef key) |
intersect, termsEnumpublic AssertingSortedDocValues(SortedDocValues in, int maxDoc)
public int getOrd(int docID)
getOrd in class SortedDocValuespublic BytesRef lookupOrd(int ord)
lookupOrd in class SortedDocValuespublic int getValueCount()
getValueCount in class SortedDocValuespublic BytesRef get(int docID)
get in class SortedDocValuespublic int lookupTerm(BytesRef key)
lookupTerm in class SortedDocValuesCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.