|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.BinaryDocValues
public abstract class BinaryDocValues
A per-document byte[]
| Field Summary | |
|---|---|
static BinaryDocValues |
EMPTY
An empty BinaryDocValues which returns MISSING for every document |
static byte[] |
MISSING
Indicates the value was missing for the document. |
| Constructor Summary | |
|---|---|
protected |
BinaryDocValues()
Sole constructor. |
| Method Summary | |
|---|---|
abstract void |
get(int docID,
BytesRef result)
Lookup the value for document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte[] MISSING
public static final BinaryDocValues EMPTY
MISSING for every document
| Constructor Detail |
|---|
protected BinaryDocValues()
| Method Detail |
|---|
public abstract void get(int docID,
BytesRef result)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||