JASSv2
Public Member Functions | Public Attributes | List of all members
JASS_anytime_result Class Reference

Public Member Functions

 JASS_anytime_result ()
 Constructor.
 
 JASS_anytime_result (const std::string &query_id, const std::string &query, const std::string &results_list, size_t postings_processed, size_t search_time_in_ns)
 Constructor. More...
 

Public Attributes

std::string query_id
 The query ID.
 
std::string query
 The query.
 
std::string results_list
 The results list.
 
size_t postings_processed
 The number of postings processed for this query.
 
size_t search_time_in_ns
 The time it took to resolve the query.
 

Constructor & Destructor Documentation

◆ JASS_anytime_result()

JASS_anytime_result::JASS_anytime_result ( 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

Constructor.

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: