public abstract class SortingBinaryDocValues extends SortedBinaryDocValues
SortedBinaryDocValues instances based on unsorted content.| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
count |
protected org.apache.lucene.util.BytesRefBuilder[] |
values |
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
SortingBinaryDocValues() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
count()
Return the number of values of the current document.
|
protected void |
grow()
|
protected void |
sort()
|
org.apache.lucene.util.BytesRef |
valueAt(int index)
Retrieve the value for the current document at the specified index.
|
setDocumentprotected final void grow()
protected final void sort()
public final int count()
SortedBinaryDocValuescount クラス内 SortedBinaryDocValuespublic final org.apache.lucene.util.BytesRef valueAt(int index)
SortedBinaryDocValues0 to count()-1.
Note that the returned BytesRef might be reused across invocations.valueAt クラス内 SortedBinaryDocValuesCopyright © 2009–2016. All rights reserved.