Class NumericFieldStats

java.lang.Object
org.apache.lucene.search.NumericFieldStats

public final class NumericFieldStats extends Object
Utility class for retrieving global numeric field statistics from index metadata structures, without accessing individual documents. It probes PointValues first and falls back to DocValuesSkipper. Returns null when neither structure is available for the field.
WARNING: This API is experimental and might change in incompatible ways in the next release.