Class ComplexExplanation
Expert: Describes the score computation for document and query, and can distinguish a match independent of a positive value.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.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 | The match status of this explanation node. |
Summary |