Class LegacyBinaryDocValues

    • Constructor Detail

      • LegacyBinaryDocValues

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

      • get

        public abstract BytesRef get​(int docID)
        Deprecated.
        Lookup the value for document. The returned BytesRef may be re-used across calls to get(int) so make sure to copy it if you want to keep it around.