public class FieldCacheImpl.SortedDocValuesImpl.Iter extends SortedDocValues
NO_MORE_DOCS| Constructor and Description |
|---|
Iter() |
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
boolean |
advanceExact(int target) |
long |
cost() |
int |
docID() |
int |
getOrd(int docID) |
int |
getValueCount() |
BytesRef |
lookupOrd(int ord) |
int |
nextDoc() |
int |
ordValue() |
binaryValue, intersect, lookupTerm, termsEnumall, empty, range, slowAdvancepublic int getOrd(int docID)
public int docID()
docID in class DocIdSetIteratorpublic int nextDoc()
nextDoc in class DocIdSetIteratorpublic int advance(int target)
advance in class DocIdSetIteratorpublic boolean advanceExact(int target)
throws IOException
IOExceptionpublic long cost()
cost in class DocIdSetIteratorpublic int ordValue()
ordValue in class SortedDocValuespublic int getValueCount()
getValueCount in class SortedDocValuespublic BytesRef lookupOrd(int ord)
lookupOrd in class SortedDocValuesCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.