org.apache.lucene.index
public abstract class BinaryDocValues extends Object
| Modifier and Type | Field and Description |
|---|---|
static BinaryDocValues |
EMPTY
An empty BinaryDocValues which returns
BytesRef.EMPTY_BYTES for every document |
| Modifier | Constructor and Description |
|---|---|
protected |
BinaryDocValues()
Sole constructor.
|
public static final BinaryDocValues EMPTY
BytesRef.EMPTY_BYTES for every documentprotected BinaryDocValues()
public abstract void get(int docID,
BytesRef result)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.