Class BinaryDocValues

java.lang.Object
org.apache.lucene.index.BinaryDocValues
Direct Known Subclasses:
SortedDocValues

public abstract class BinaryDocValues extends Object
A per-document byte[]
  • Field Details

  • Constructor Details

    • BinaryDocValues

      protected BinaryDocValues()
      Sole constructor. (For invocation by subclass constructors, typically implicit.)
  • Method Details

    • get

      public abstract void get(int docID, BytesRef result)
      Lookup the value for document.