public abstract class BinaryDocValues extends Object
| Modifier and Type | Field and Description |
|---|---|
static BinaryDocValues |
EMPTY
An empty BinaryDocValues which returns
MISSING for every document |
static byte[] |
MISSING
Indicates the value was missing for the document.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BinaryDocValues()
Sole constructor.
|
public static final byte[] MISSING
public static final BinaryDocValues EMPTY
MISSING for every documentprotected BinaryDocValues()
public abstract void get(int docID,
BytesRef result)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.