Sets the match status assigned to this explanation node.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void SetMatch(
	Nullable<bool> match
)
Visual Basic
Public Overridable Sub SetMatch ( _
	match As Nullable(Of Boolean) _
)
Visual C++
public:
virtual void SetMatch(
	Nullable<bool> match
)

Parameters

match
Type: System..::..Nullable<(Of <(<'Boolean>)>)>
May be null if match status is unknown

See Also