public abstract class AbstractNumericDocValues
extends org.apache.lucene.index.NumericDocValues
IOException for the
DocIdSetIterator APIs. This impl is safe to use for sorting and
aggregations, which only use advanceExact(int) and
NumericDocValues.longValue().| Constructor | Description |
|---|---|
AbstractNumericDocValues() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
advance(int target) |
|
abstract boolean |
advanceExact(int arg0) |
|
long |
cost() |
|
int |
nextDoc() |
public 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