Method Report
Report(QualityQuery, TopDocs, String, IndexSearcher)
Report a search result for a certain quality query.
Declaration
public virtual void Report(QualityQuery qq, TopDocs td, string docNameField, IndexSearcher searcher)
Parameters
Type | Name | Description |
---|---|---|
QualityQuery | quality query for which the results are reported. |
|
TopDocs | td | search results for the query. |
System.String | docNameField | stored field used for fetching the result doc name. |
IndexSearcher | searcher | index access for fetching doc name. |