Class SortingLeafReader.CachedNumericDVs

  • Enclosing class:
    SortingLeafReader

    static class SortingLeafReader.CachedNumericDVs
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CachedNumericDVs​(long[] values, BitSet docsWithField)  
    • 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 long[] values
      • docsWithField

        private final BitSet docsWithField
    • Constructor Detail

      • CachedNumericDVs

        public CachedNumericDVs​(long[] values,
                                BitSet docsWithField)