public static class AssertingLeafReader.AssertingSortedDocValues extends SortedDocValues
NO_MORE_DOCS| Constructor and Description | 
|---|
AssertingSortedDocValues(SortedDocValues in,
                        int maxDoc)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
advance(int target)  | 
boolean | 
advanceExact(int target)  | 
BytesRef | 
binaryValue()  | 
long | 
cost()  | 
int | 
docID()  | 
int | 
getValueCount()  | 
BytesRef | 
lookupOrd(int ord)  | 
int | 
lookupTerm(BytesRef key)  | 
int | 
nextDoc()  | 
int | 
ordValue()  | 
intersect, termsEnumall, empty, slowAdvancepublic AssertingSortedDocValues(SortedDocValues in, int maxDoc)
public int docID()
docID in class DocIdSetIteratorpublic int nextDoc()
            throws IOException
nextDoc in class DocIdSetIteratorIOExceptionpublic int advance(int target)
            throws IOException
advance in class DocIdSetIteratorIOExceptionpublic boolean advanceExact(int target)
                     throws IOException
IOExceptionpublic long cost()
cost in class DocIdSetIteratorpublic int ordValue()
             throws IOException
ordValue in class SortedDocValuesIOExceptionpublic BytesRef lookupOrd(int ord) throws IOException
lookupOrd in class SortedDocValuesIOExceptionpublic int getValueCount()
getValueCount in class SortedDocValuespublic BytesRef binaryValue() throws IOException
binaryValue in class SortedDocValuesIOExceptionpublic int lookupTerm(BytesRef key) throws IOException
lookupTerm in class SortedDocValuesIOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.