protected abstract static class GroupFacetCollector.SegmentResult
extends java.lang.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
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.