Class BinaryDocValues

  • Direct Known Subclasses:
    SortedDocValues

    public abstract class BinaryDocValues
    extends java.lang.Object
    A per-document byte[]
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void get​(int docID, BytesRef result)
      Lookup the value for document.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

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