org.apache.lucene.index
public static class AssertingAtomicReader.AssertingSortedDocValues extends SortedDocValues
EMPTY| Constructor and Description |
|---|
AssertingAtomicReader.AssertingSortedDocValues(SortedDocValues in,
int maxDoc) |
| Modifier and Type | Method and Description |
|---|---|
void |
get(int docID,
BytesRef result) |
int |
getOrd(int docID) |
int |
getValueCount() |
void |
lookupOrd(int ord,
BytesRef result) |
int |
lookupTerm(BytesRef key) |
termsEnumpublic AssertingAtomicReader.AssertingSortedDocValues(SortedDocValues in, int maxDoc)
public int getOrd(int docID)
getOrd in class SortedDocValuespublic void lookupOrd(int ord,
BytesRef result)
lookupOrd in class SortedDocValuespublic int getValueCount()
getValueCount in class SortedDocValuespublic void get(int docID,
BytesRef result)
get in class SortedDocValuespublic int lookupTerm(BytesRef key)
lookupTerm in class SortedDocValuesCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.