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 |
| Modifier | Constructor and Description |
|---|---|
protected |
SortingNumericDocValues() |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
protected void |
resize(int newSize)
|
protected void |
sort()
|
long |
valueAt(int index) |
protected final void resize(int newSize)
protected final void sort()
public final int count()
count in class org.apache.lucene.index.SortedNumericDocValuespublic final long valueAt(int index)
valueAt in class org.apache.lucene.index.SortedNumericDocValues