Class Explanation
Expert: Describes the score computation for document and query.
Inheritance
System.Object
Explanation
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class Explanation : object
Constructors
Name | Description |
---|---|
Explanation() | |
Explanation(Single, String) |
Properties
Name | Description |
---|---|
Description | A 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.
|
Summary | A short one line summary which should contain all high level information about this Explanation, without the "Details" |
Value | 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. |
ToHtml() | Render an explanation as HTML. |
ToString() | Render an explanation as text. |
ToString(Int32) |