Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | 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 documentsTime
 time to retrieve metadata fields and generate snippets
int estimatedMatches
 estimated number of matches for the query
float executeTime
 time to evaluate the query in milliseconds
float parseTime
 time to parse the query in milliseconds
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 Mon Dec 8 12:23:55 2008 for LEMUR by  doxygen 1.4.4