Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri::api::QueryResults Struct Reference

#include <QueryEnvironment.hpp>

List of all members.

Public Attributes

float parseTime
 time to parse the query in milliseconds

float executeTime
 time to evaluate the query in milliseconds

float documentsTime
 time to retrieve metadata fields and generate snippets

int estimatedMatches
 estimated number of matches for the query

std::vector< QueryResultresults
 the list of QueryResult elements.


Detailed Description

Aggretate of the list of QueryResult elements for a QueryRequest, with estimated number of total matches, query parse time, query query execution time, and parsed document processing time (metadata retrieval and snippet generation).


Member Data Documentation

float indri::api::QueryResults::documentsTime
 

time to retrieve metadata fields and generate snippets

int indri::api::QueryResults::estimatedMatches
 

estimated number of matches for the query

float indri::api::QueryResults::executeTime
 

time to evaluate the query in milliseconds

float indri::api::QueryResults::parseTime
 

time to parse the query in milliseconds

std::vector<QueryResult> indri::api::QueryResults::results
 

the list of QueryResult elements.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 15 11:02:59 2010 for Lemur by doxygen 1.3.4