Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Properties | List of all members
Lucene.Net.Search.ComplexExplanation Class Reference

Expert: Describes the score computation for document and query, and can distinguish a match independent of a positive value. More...

Inherits Lucene.Net.Search.Explanation.

Public Member Functions

 ComplexExplanation ()
 
 ComplexExplanation (bool match, float value_Renamed, System.String description)
 
- Public Member Functions inherited from Lucene.Net.Search.Explanation
 Explanation ()
 
 Explanation (float value, System.String description)
 
virtual Explanation[] GetDetails ()
 The sub-nodes of this explanation node.
 
virtual void AddDetail (Explanation detail)
 Adds a sub-node to this explanation node.
 
override System.String ToString ()
 Render an explanation as text.
 
virtual System.String ToHtml ()
 Render an explanation as HTML.
 

Properties

virtual bool Match [get, set]
 The match status of this explanation node.
 
override bool IsMatch [get]
 Indicates whether or not this Explanation models a good match.
 
- Properties inherited from Lucene.Net.Search.Explanation
virtual bool IsMatch [get]
 Indicates whether or not this Explanation models a good match.
 
virtual float Value [get, set]
 The value assigned to this explanation node.
 
virtual string Description [get, set]
 A description of this explanation node.
 

Detailed Description

Expert: Describes the score computation for document and query, and can distinguish a match independent of a positive value.

Definition at line 27 of file ComplexExplanation.cs.

Constructor & Destructor Documentation

Lucene.Net.Search.ComplexExplanation.ComplexExplanation ( )

Definition at line 31 of file ComplexExplanation.cs.

Lucene.Net.Search.ComplexExplanation.ComplexExplanation ( bool  match,
float  value_Renamed,
System.String  description 
)

Definition at line 35 of file ComplexExplanation.cs.

Property Documentation

override bool Lucene.Net.Search.ComplexExplanation.IsMatch
get

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.

Definition at line 57 of file ComplexExplanation.cs.

virtual bool Lucene.Net.Search.ComplexExplanation.Match
getset

The match status of this explanation node.

May be null if match status is unknown

Definition at line 44 of file ComplexExplanation.cs.


The documentation for this class was generated from the following file: