Enum TopGroups.ScoreMergeMode
How the GroupDocs score (if any) should be merged.
Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public enum ScoreMergeMode
Fields
Name | Description |
---|---|
Avg | Avg score across all shards for this group. |
None | Set score to Float.NaN |
Total | Sum score across all shards for this group. |