Class SortingLeafReader.CachedBinaryDVs

  • Enclosing class:
    SortingLeafReader

    static class SortingLeafReader.CachedBinaryDVs
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • values

        private final BytesRef[] values
      • docsWithField

        private final BitSet docsWithField
    • Constructor Detail

      • CachedBinaryDVs

        public CachedBinaryDVs​(BytesRef[] values,
                               BitSet docsWithField)