Class BinaryDocValues

  • Direct Known Subclasses:
    SortedDocValues

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

      • BinaryDocValues

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

      • get

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