public abstract class SortedNumericDocValues extends Object
Long.compare(long, long)
.Modifier | Constructor and Description |
---|---|
protected |
SortedNumericDocValues()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
count()
Retrieves the count of values for the current document.
|
abstract void |
setDocument(int doc)
Positions to the specified document
|
abstract long |
valueAt(int index)
Retrieve the value for the current document at the specified index.
|
protected SortedNumericDocValues()
public abstract void setDocument(int doc)
public abstract long valueAt(int index)
0
to count()-1
.public abstract int count()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.