The match status of this explanation node.

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

Syntax

C#
public virtual Nullable<bool> GetMatch()
Visual Basic
Public Overridable Function GetMatch As Nullable(Of Boolean)
Visual C++
public:
virtual Nullable<bool> GetMatch()

Return Value

May be null if match status is unknown

See Also