Class BinaryDocValues

  • Direct Known Subclasses:
    SortedDocValues

    public abstract class BinaryDocValues
    extends Object
    A per-document byte[]
    • Method Detail

      • get

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