• 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 © 2020 Licensed to the Apache Software Foundation (ASF)