Indicates whether or not this Explanation models a good match.
By default, an Explanation represents a "match" if the value is positive.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual bool IsMatch() |
Visual Basic |
---|
Public Overridable Function IsMatch As Boolean |
Visual C++ |
---|
public: virtual bool IsMatch() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.Explanation.IsMatch"]