Method GetTopGroups
GetTopGroups(Int32, Boolean)
Returns top groups, starting from offset. This may return null, if no groups were collected, or if the number of unique groups collected is <= offset.
Declaration
IEnumerable<ISearchGroup<TGroupValue>> GetTopGroups(int groupOffset, bool fillFields)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | groupOffset | The offset in the collected groups |
System.Boolean | fillFields | Whether to fill to SortValues |
Returns
Type | Description |
---|---|
IEnumerable<ISearchGroup<TGroupValue>> | top groups, starting from offset |
Remarks
LUCENENET NOTE: We must use