protected abstract static class GroupFacetCollector.SegmentResult extends Object
SegmentResult must be added together.| Modifier and Type | Field and Description |
|---|---|
protected int[] |
counts |
protected int |
maxTermPos |
protected int |
mergePos |
protected BytesRef |
mergeTerm |
protected int |
missing |
protected int |
total |
| Modifier | Constructor and Description |
|---|---|
protected |
SegmentResult(int[] counts,
int total,
int missing,
int maxTermPos) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
nextTerm()
Go to next term in this
SegmentResult in order to retrieve the grouped facet counts. |
protected final int[] counts
protected final int total
protected final int missing
protected final int maxTermPos
protected BytesRef mergeTerm
protected int mergePos
protected SegmentResult(int[] counts,
int total,
int missing,
int maxTermPos)
protected abstract void nextTerm()
throws IOException
SegmentResult in order to retrieve the grouped facet counts.IOException - If I/O related errors occurCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.