Package | Description |
---|---|
org.apache.lucene.search |
Misc search implementations.
|
Modifier and Type | Class and Description |
---|---|
static class |
DocValuesStats.DoubleDocValuesStats
Holds DocValues statistics for a numeric field storing
double values. |
static class |
DocValuesStats.LongDocValuesStats
Holds DocValues statistics for a numeric field storing
long values. |
static class |
DocValuesStats.NumericDocValuesStats<T extends Number>
Holds statistics for a numeric DocValues field.
|
static class |
DocValuesStats.SortedDocValuesStats
Holds statistics for a sorted DocValues field.
|
static class |
DocValuesStats.SortedDoubleDocValuesStats
Holds DocValues statistics for a sorted-numeric field storing
double values. |
static class |
DocValuesStats.SortedLongDocValuesStats
Holds DocValues statistics for a sorted-numeric field storing
long values. |
static class |
DocValuesStats.SortedNumericDocValuesStats<T extends Number>
Holds statistics for a sorted-numeric DocValues field.
|
static class |
DocValuesStats.SortedSetDocValuesStats
Holds statistics for a sorted-set DocValues field.
|
Constructor and Description |
---|
DocValuesStatsCollector(DocValuesStats<?> stats)
Creates a collector to compute statistics for a DocValues field using the given
stats . |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.