Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TieredMergePolicy.MergeScore

    Holds score and explanation for a single candidate merge.

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

    Constructors

    MergeScore()

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

    Declaration
    protected MergeScore()

    Properties

    Explanation

    Human readable explanation of how the merge got this score.

    Declaration
    public abstract string Explanation { get; }
    Property Value
    Type Description
    string

    Score

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

    Declaration
    public abstract double Score { get; }
    Property Value
    Type Description
    double
    Back to top Copyright © 2024 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.