Method RetrieveGroup
RetrieveGroup(Int32)
Returns the group the specified doc belongs to or null
if no group could be retrieved.
Declaration
protected abstract AbstractSecondPassGroupingCollector.SearchGroupDocs<TGroupValue> RetrieveGroup(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | The specified doc |
Returns
Type | Description |
---|---|
AbstractSecondPassGroupingCollector.SearchGroupDocs<TGroupValue> | the group the specified doc belongs to or |