Uses of Class
org.apache.lucene.misc.search.DocValuesStats
Packages that use DocValuesStats
-
Uses of DocValuesStats in org.apache.lucene.misc.search
Subclasses of DocValuesStats in org.apache.lucene.misc.searchModifier and TypeClassDescriptionstatic final class
Holds DocValues statistics for a numeric field storingdouble
values.static final class
Holds DocValues statistics for a numeric field storinglong
values.static class
DocValuesStats.NumericDocValuesStats<T extends Number>
Holds statistics for a numeric DocValues field.static class
Holds statistics for a sorted DocValues field.static final class
Holds DocValues statistics for a sorted-numeric field storingdouble
values.static final class
Holds DocValues statistics for a sorted-numeric field storinglong
values.static class
DocValuesStats.SortedNumericDocValuesStats<T extends Number>
Holds statistics for a sorted-numeric DocValues field.static class
Holds statistics for a sorted-set DocValues field.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
.