• API

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)