Method CheckNoMatchExplanations
CheckNoMatchExplanations(Query, String, IndexSearcher, Int32[])
Tests that all documents up to maxDoc which are not in the expected result set, have an explanation which indicates that the document does not match
Declaration
public static void CheckNoMatchExplanations(Query q, string defaultFieldName, IndexSearcher searcher, int[] results)
Parameters
Type | Name | Description |
---|---|---|
Query | q | |
System.String | defaultFieldName | |
IndexSearcher | searcher | |
System.Int32[] | results |