Apache Lucene.Net 2.4.0 Class Library API

Explanation.IsMatch Method 

Indicates whether or not this Explanation models a good match.

By default, an Explanation represents a "match" if the value is positive.

public virtual bool IsMatch();

See Also

Explanation Class | Lucene.Net.Search Namespace |