Results from a single thread of execution in parallel search.
More...
#include <JASS_anytime_thread_result.h>
|
| void | push_back (const std::string &query_id, const std::string &query, const std::string &results_list, size_t postings_processed, size_t search_time_in_ns) |
| |
|
std::map< std::string, JASS_anytime_result >::iterator | begin () |
| |
|
std::map< std::string, JASS_anytime_result >::iterator | end () |
| |
Results from a single thread of execution in parallel search.
◆ push_back()
| void JASS_anytime_thread_result::push_back |
( |
const std::string & |
query_id, |
|
|
const std::string & |
query, |
|
|
const std::string & |
results_list, |
|
|
size_t |
postings_processed, |
|
|
size_t |
search_time_in_ns |
|
) |
| |
|
inline |
- Parameters
-
| query_id | [in] The query ID |
| query | [in] The query |
| results_list | [in] The results list (normally in TREC format) |
| postings_processed | [in] The numvber of postings processed (that is, <docid, impact> pairs) |
| search_time_in_ns | [in] The time it took to resolve the query |
The documentation for this class was generated from the following file: