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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private int advance​(int target)  
      private boolean advanceExact​(int target)  
      private long cost()  
      (package private) int maxDoc()  
      • 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
      • maxDoc

        private final int maxDoc
    • Constructor Detail

      • NumericDVs

        NumericDVs​(long[] values,
                   BitSet docsWithField)
    • Method Detail

      • maxDoc

        int maxDoc()
      • advanceExact

        private boolean advanceExact​(int target)
      • advance

        private int advance​(int target)
      • cost

        private long cost()