Method SetSortWithinGroup
SetSortWithinGroup(Sort)
Specified how documents inside a group are sorted. Defaults to RELEVANCE.
Declaration
public virtual GroupingSearch SetSortWithinGroup(Sort sortWithinGroup)
Parameters
Type | Name | Description |
---|---|---|
Sort | sortWithinGroup | The sort for documents inside a group |
Returns
Type | Description |
---|---|
GroupingSearch |
|