public static class AssertingLeafReader.AssertingSortedSetDocValues extends SortedSetDocValues
NO_MORE_ORDSNO_MORE_DOCS| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
boolean |
advanceExact(int target) |
long |
cost() |
static SortedSetDocValues |
create(SortedSetDocValues in,
int maxDoc) |
int |
docID() |
long |
getValueCount() |
BytesRef |
lookupOrd(long ord) |
long |
lookupTerm(BytesRef key) |
int |
nextDoc() |
long |
nextOrd() |
intersect, termsEnumall, empty, range, slowAdvancepublic static SortedSetDocValues create(SortedSetDocValues 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 long nextOrd()
throws IOException
nextOrd in class SortedSetDocValuesIOExceptionpublic BytesRef lookupOrd(long ord) throws IOException
lookupOrd in class SortedSetDocValuesIOExceptionpublic long getValueCount()
getValueCount in class SortedSetDocValuespublic long lookupTerm(BytesRef key) throws IOException
lookupTerm in class SortedSetDocValuesIOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.