#include <QueryEnvironment.hpp>
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< QueryResult > | results |
| the list of QueryResult elements. | |
|
|
time to retrieve metadata fields and generate snippets
|
|
|
estimated number of matches for the query
|
|
|
time to evaluate the query in milliseconds
|
|
|
time to parse the query in milliseconds
|
|
|
the list of QueryResult elements.
|
1.3.4