Class DocValuesStats.SortedDoubleDocValuesStats

Enclosing class:
DocValuesStats<T>

public static final class DocValuesStats.SortedDoubleDocValuesStats extends DocValuesStats.SortedNumericDocValuesStats<Double>
Holds DocValues statistics for a sorted-numeric field storing double values.
  • Constructor Details

    • SortedDoubleDocValuesStats

      public SortedDoubleDocValuesStats(String field)
  • Method Details