public abstract class SortingNumericDocValues
extends org.apache.lucene.index.SortedNumericDocValues
SortedNumericDocValues instances based on unsorted content.| Modifier and Type | Field and Description |
|---|---|
protected long[] |
values |
protected int |
valuesCursor |
| Modifier | Constructor and Description |
|---|---|
protected |
SortingNumericDocValues() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
advanceExact(int arg0) |
int |
docValueCount() |
long |
nextValue() |
protected void |
resize(int newSize)
Set the
docValueCount() and ensure that the values array can
store at least that many entries. |
protected void |
sort()
|
protected final void resize(int newSize)
docValueCount() and ensure that the values array can
store at least that many entries.protected final void sort()
public final int docValueCount()
docValueCount in class org.apache.lucene.index.SortedNumericDocValuespublic final long nextValue()
nextValue in class org.apache.lucene.index.SortedNumericDocValuespublic abstract boolean advanceExact(int arg0)
throws java.io.IOException
java.io.IOException