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.

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

Syntax

C#
public override bool IsMatch()
Visual Basic
Public Overrides Function IsMatch As Boolean
Visual C++
public:
virtual bool IsMatch() override

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.ComplexExplanation.IsMatch"]

See Also