Method MergeSegmentResults
MergeSegmentResults(Int32, Int32, Boolean)
Returns grouped facet results that were computed over zero or more segments. Grouped facet counts are merged from zero or more segment results.
Declaration
public virtual AbstractGroupFacetCollector.GroupedFacetResult MergeSegmentResults(int size, int minCount, bool orderByCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size | The total number of facets to include. This is typically offset + limit |
System.Int32 | minCount | The minimum count a facet entry should have to be included in the grouped facet result |
System.Boolean | orderByCount | Whether to sort the facet entries by facet entry count. If |
Returns
Type | Description |
---|---|
AbstractGroupFacetCollector.GroupedFacetResult | grouped facet results |