C# Class Lucene.Net.Search.Explanation

Datei anzeigen Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
AddDetail ( Explanation detail ) : void

Adds a sub-node to this explanation node.

Explanation ( ) : System
Explanation ( float value, System description ) : System
GetDetails ( ) : Explanation[]

The sub-nodes of this explanation node.

ToHtml ( ) : System.String

Render an explanation as HTML.

ToString ( ) : System.String

Render an explanation as text.

Protected Methods

Method Description
ToString ( int depth ) : System.String

Method Details

AddDetail() public method

Adds a sub-node to this explanation node.
public AddDetail ( Explanation detail ) : void
detail Explanation
return void

Explanation() public method

public Explanation ( ) : System
return System

Explanation() public method

public Explanation ( float value, System description ) : System
value float
description System
return System

GetDetails() public method

The sub-nodes of this explanation node.
public GetDetails ( ) : Explanation[]
return Explanation[]

ToHtml() public method

Render an explanation as HTML.
public ToHtml ( ) : System.String
return System.String

ToString() public method

Render an explanation as text.
public ToString ( ) : System.String
return System.String

ToString() protected method

protected ToString ( int depth ) : System.String
depth int
return System.String