public static class DocValuesStats.SortedSetDocValuesStats extends DocValuesStats<BytesRef>
DocValuesStats.DoubleDocValuesStats, DocValuesStats.LongDocValuesStats, DocValuesStats.NumericDocValuesStats<T extends java.lang.Number>, DocValuesStats.SortedDocValuesStats, DocValuesStats.SortedDoubleDocValuesStats, DocValuesStats.SortedLongDocValuesStats, DocValuesStats.SortedNumericDocValuesStats<T extends java.lang.Number>, DocValuesStats.SortedSetDocValuesStats| Modifier and Type | Field and Description |
|---|---|
protected SortedSetDocValues |
ssdv |
field, max, min| Modifier | Constructor and Description |
|---|---|
protected |
SortedSetDocValuesStats(java.lang.String field) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAccumulate(int count)
Called after
DocValuesStats.accumulate(int) was processed and verified that the document has a value for
the field. |
protected boolean |
hasValue(int doc)
Returns whether the given document has a value for the requested DocValues field.
|
protected boolean |
init(LeafReaderContext context)
Initializes this object with the given reader context.
|
protected SortedSetDocValues ssdv
protected SortedSetDocValuesStats(java.lang.String field)
protected final boolean init(LeafReaderContext context) throws java.io.IOException
DocValuesStatsinit in class DocValuesStats<BytesRef>java.io.IOExceptionprotected final boolean hasValue(int doc)
throws java.io.IOException
DocValuesStatshasValue in class DocValuesStats<BytesRef>java.io.IOExceptionprotected void doAccumulate(int count)
throws java.io.IOException
DocValuesStatsDocValuesStats.accumulate(int) was processed and verified that the document has a value for
the field. Implementations should update the statistics based on the value of the current document.doAccumulate in class DocValuesStats<BytesRef>count - the updated number of documents with value for this field.java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.