Interface IGroupDocs<TGroupValue>
LUCENENET specific interface used to apply covariance to TGroupValue to simulate Java's wildcard generics.
Assembly: Lucene.Net.Grouping.dll
Syntax
public interface IGroupDocs<out TGroupValue>
Type Parameters
Name | Description |
---|---|
TGroupValue |
Properties
Name | Description |
---|---|
GroupSortValues | Matches the groupSort passed to AbstractFirstPassGroupingCollector<TGroupValue>. |
GroupValue | The groupField value for all docs in this group; this may be null if hits did not have the groupField. |
MaxScore | Max score in this group |
Score | Overall aggregated score of this group (currently only set by join queries). |
ScoreDocs | Hits; this may be FieldDoc instances if the withinGroupSort sorted by fields. |
TotalHits | Total hits within this group |