Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum ScoreMode

    How to aggregate multiple child hit scores into a single parent score.

    Namespace: Lucene.Net.Search.Join
    Assembly: Lucene.Net.Join.dll
    Syntax
    public enum ScoreMode

    Fields

    Name Description
    Avg

    Parent hit's score is the average of all child scores.

    Max

    Parent hit's score is the max of all child scores.

    None

    Do no scoring.

    Total

    Parent hit's score is the sum of all child scores.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.