Uses of Class
org.apache.lucene.misc.search.DocValuesStats
Packages that use DocValuesStats
-
Uses of DocValuesStats in org.apache.lucene.misc.search
Classes in org.apache.lucene.misc.search with type parameters of type DocValuesStatsModifier and TypeClassDescriptionclassDocValuesStatsCollectorManager<T,S extends DocValuesStats<T>> ACollectorManagerimplementation forDocValuesStatsCollector.Subclasses of DocValuesStats in org.apache.lucene.misc.searchModifier and TypeClassDescriptionstatic final classHolds DocValues statistics for a numeric field storingdoublevalues.static final classHolds DocValues statistics for a numeric field storinglongvalues.static classDocValuesStats.NumericDocValuesStats<T extends Number>Holds statistics for a numeric DocValues field.static classHolds statistics for a sorted DocValues field.static final classHolds DocValues statistics for a sorted-numeric field storingdoublevalues.static final classHolds DocValues statistics for a sorted-numeric field storinglongvalues.static classDocValuesStats.SortedNumericDocValuesStats<T extends Number>Holds statistics for a sorted-numeric DocValues field.static classHolds statistics for a sorted-set DocValues field.Methods in org.apache.lucene.misc.search with parameters of type DocValuesStatsModifier and TypeMethodDescriptionprotected voidDocValuesStats.DoubleDocValuesStats.merge(DocValuesStats<Double> other) protected voidDocValuesStats.LongDocValuesStats.merge(DocValuesStats<Long> other) protected voidDocValuesStats.merge(DocValuesStats<T> other) Merges the statistics fromotherinto this instance.protected voidDocValuesStats.NumericDocValuesStats.merge(DocValuesStats<T> other) protected voidDocValuesStats.SortedDoubleDocValuesStats.merge(DocValuesStats<Double> other) protected voidDocValuesStats.SortedLongDocValuesStats.merge(DocValuesStats<Long> other) protected voidDocValuesStats.SortedNumericDocValuesStats.merge(DocValuesStats<T> other) Constructors in org.apache.lucene.misc.search with parameters of type DocValuesStatsModifierConstructorDescriptionDocValuesStatsCollector(DocValuesStats<?> stats) Creates a collector to compute statistics for a DocValues field using the givenstats.