Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TieredMergePolicy.MergeScore

    Holds score and explanation for a single candidate merge.

    Inheritance
    System.Object
    TieredMergePolicy.MergeScore
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    protected abstract class MergeScore

    Constructors

    | Improve this Doc View Source

    MergeScore()

    Sole constructor. (For invocation by subclass constructors, typically implicit.)

    Declaration
    protected MergeScore()

    Properties

    | Improve this Doc View Source

    Explanation

    Human readable explanation of how the merge got this score.

    Declaration
    public abstract string Explanation { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Score

    Returns the score for this merge candidate; lower scores are better.

    Declaration
    public abstract double Score { get; }
    Property Value
    Type Description
    System.Double
    • 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.