public abstract class BinaryDocValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static BinaryDocValues |
EMPTY
An empty BinaryDocValues which returns
BytesRef.EMPTY_BYTES for every document |
Modifier and Type | Method and Description |
---|---|
abstract void |
get(int docID,
BytesRef result)
Lookup the value for document.
|
public static final BinaryDocValues EMPTY
BytesRef.EMPTY_BYTES
for every documentpublic abstract void get(int docID, BytesRef result)
Copyright © 2010 - 2019 Adobe. All Rights Reserved