Package org.apache.lucene.index
Class BinaryDocValues
java.lang.Object
org.apache.lucene.index.BinaryDocValues
- Direct Known Subclasses:
SortedDocValues
A per-document byte[]
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BinaryDocValues
An empty BinaryDocValues which returnsBytesRef.EMPTY_BYTES
for every document -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
An empty BinaryDocValues which returnsBytesRef.EMPTY_BYTES
for every document
-
-
Constructor Details
-
BinaryDocValues
protected BinaryDocValues()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details
-
get
Lookup the value for document.
-