Class NumericDocValuesWriter.NumericDVs

  • Enclosing class:
    NumericDocValuesWriter

    static class NumericDocValuesWriter.NumericDVs
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NumericDVs​(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

      • NumericDVs

        NumericDVs​(long[] values,
                   BitSet docsWithField)