Class TieredMergePolicy.MergeScore
Holds score and explanation for a single candidate merge.
Inherited Members
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 |