Method RetrieveGroupHeadAndAddIfNotExist
RetrieveGroupHeadAndAddIfNotExist(Int32)
Returns the group head and puts it into AbstractAllGroupHeadsCollector<GH>.TemporalResult. If the group head wasn't encountered before then it will be added to the collected group heads.
The Stop property will be true
if the group head wasn't encountered before
otherwise false
.
Declaration
protected abstract override void RetrieveGroupHeadAndAddIfNotExist(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | The document to retrieve the group head for. |