Constructor TopGroups
TopGroups(SortField[], SortField[], Int32, Int32, IGroupDocs<TGroupValue>[], Single)
Declaration
public TopGroups(SortField[] groupSort, SortField[] withinGroupSort, int totalHitCount, int totalGroupedHitCount, IGroupDocs<TGroupValue>[] groups, float maxScore)
Parameters
Type |
Name |
Description |
SortField[] |
groupSort |
|
SortField[] |
withinGroupSort |
|
System.Int32 |
totalHitCount |
|
System.Int32 |
totalGroupedHitCount |
|
IGroupDocs<TGroupValue>[] |
groups |
|
System.Single |
maxScore |
|
TopGroups(ITopGroups<TGroupValue>, Nullable<Int32>)
Declaration
public TopGroups(ITopGroups<TGroupValue> oldTopGroups, int? totalGroupCount)
Parameters
Type |
Name |
Description |
ITopGroups<TGroupValue> |
oldTopGroups |
|
System.Nullable<System.Int32> |
totalGroupCount |
|