public abstract class SortedBinaryDocValues
extends java.lang.Object
BytesRef.compareTo(BytesRef).
There might be dups however.| Constructor and Description |
|---|
SortedBinaryDocValues() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
count()
Return the number of values of the current document.
|
abstract void |
setDocument(int docId)
Positions to the specified document
|
abstract org.apache.lucene.util.BytesRef |
valueAt(int index)
Retrieve the value for the current document at the specified index.
|
public abstract void setDocument(int docId)
public abstract int count()
public abstract org.apache.lucene.util.BytesRef valueAt(int index)
0 to count()-1.
Note that the returned BytesRef might be reused across invocations.