Apache Lucene.Net 2.4.0 Class Library API

ComplexExplanation.IsMatch Method 

Indicates whether or not this Explanation models a good match.

If the match statis is explicitly set (ie: not null) this method uses it; otherwise it defers to the superclass.

public override bool IsMatch();

See Also

ComplexExplanation Class | Lucene.Net.Search Namespace |