Method SetAllGroupHeads
SetAllGroupHeads(Boolean)
Whether to compute all group heads (most relevant document per group) matching the query.
This feature isn't enabled when grouping by doc block.
Declaration
public virtual GroupingSearch SetAllGroupHeads(bool allGroupHeads)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allGroupHeads | Whether to compute all group heads (most relevant document per group) matching the query |
Returns
Type | Description |
---|---|
GroupingSearch |
|