Class BinaryDocValues

    • Constructor Detail

      • BinaryDocValues

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

      • binaryValue

        public abstract BytesRef binaryValue()
                                      throws java.io.IOException
        Returns the binary value for the current document ID. It is illegal to call this method after DocValuesIterator.advanceExact(int) returned false.
        Returns:
        binary value
        Throws:
        java.io.IOException