Class Explanation
Expert: Describes the score computation for document and query.
Inheritance
System.Object
Explanation
Assembly: DistributedLucene.Net.dll
Syntax
public class Explanation : object
Constructors
Name | Description |
---|---|
Explanation() | |
Explanation(Single, String) |
Properties
Name | Description |
---|---|
Description | Gets or Sets the description of this explanation node. |
IsMatch | Indicates whether or not this Explanation models a good match. By default, an Explanation represents a "match" if the value is positive. |
Value | Gets or Sets the value assigned to this explanation node. |
Methods
Name | Description |
---|---|
AddDetail(Explanation) | Adds a sub-node to this explanation node. |
GetDetails() | The sub-nodes of this explanation node. |
GetSummary() | A short one line summary which should contain all high level information about this Explanation, without the "Details" |
ToHtml() | Render an explanation as HTML. |
ToString() | Render an explanation as text. |
ToString(Int32) |