Class ComplexExplanation
Expert: Describes the score computation for document and query, and can distinguish a match independent of a positive value.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class ComplexExplanation : Explanation
Constructors
Name | Description |
---|---|
ComplexExplanation() | |
ComplexExplanation(Boolean, Single, String) |
Properties
Name | Description |
---|---|
IsMatch | Indicates whether or not this Explanation models a good match. If the match status is explicitly set (i.e.: not null) this method uses it; otherwise it defers to the superclass. |
Match | Gets or Sets the match status assigned to this explanation node.
May be |
Methods
Name | Description |
---|---|
GetSummary() |