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 SourceMergeScore()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected MergeScore()
Properties
| Improve this Doc View SourceExplanation
Human readable explanation of how the merge got this score.
Declaration
public abstract string Explanation { get; }
Property Value
Type | Description |
---|---|
System.String |
Score
Returns the score for this merge candidate; lower scores are better.
Declaration
public abstract double Score { get; }
Property Value
Type | Description |
---|---|
System.Double |