Class TieredMergePolicy.MergeScore
Holds score and explanation for a single candidate merge.
Inheritance
System.Object
TieredMergePolicy.MergeScore
Assembly: DistributedLucene.Net.dll
Syntax
protected abstract class MergeScore : object
Constructors
Name | Description |
---|---|
MergeScore() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Properties
Name | Description |
---|---|
Explanation | Human readable explanation of how the merge got this score. |
Score | Returns the score for this merge candidate; lower scores are better. |