public abstract class AbstractSortedDocValues
extends org.apache.lucene.index.SortedDocValues
IOException for the
DocIdSetIterator APIs. This impl is safe to use for sorting and
aggregations, which only use advanceExact(int) and
SortedDocValues.ordValue().| Constructor and Description |
|---|
AbstractSortedDocValues() |
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
abstract boolean |
advanceExact(int arg0) |
long |
cost() |
int |
nextDoc() |
binaryValue, getValueCount, intersect, lookupOrd, lookupTerm, ordValue, termsEnumpublic int nextDoc()
throws java.io.IOException
nextDoc in class org.apache.lucene.search.DocIdSetIteratorjava.io.IOExceptionpublic int advance(int target)
throws java.io.IOException
advance in class org.apache.lucene.search.DocIdSetIteratorjava.io.IOExceptionpublic long cost()
cost in class org.apache.lucene.search.DocIdSetIteratorpublic abstract boolean advanceExact(int arg0)
throws java.io.IOException
java.io.IOException