Structure defining the result of a strus query.
More...
#include <queryResult.hpp>
Structure defining the result of a strus query.
strus::QueryResult::QueryResult |
( |
| ) |
|
|
inline |
strus::QueryResult::QueryResult |
( |
const QueryResult & |
o | ) |
|
|
inline |
strus::QueryResult::QueryResult |
( |
unsigned int |
evaluationPass_, |
|
|
unsigned int |
nofRanked_, |
|
|
unsigned int |
nofVisited_, |
|
|
const std::vector< ResultDocument > & |
ranks_ |
|
) |
| |
|
inline |
unsigned int strus::QueryResult::evaluationPass |
( |
| ) |
const |
|
inline |
Get the last query evaluation pass used (level of selection features used)
unsigned int strus::QueryResult::nofRanked |
( |
| ) |
const |
|
inline |
Get the total number of matches that were ranked (after applying all query restrictions)
unsigned int strus::QueryResult::nofVisited |
( |
| ) |
const |
|
inline |
Get the total number of matches that were visited (after applying ACL restrictions, but before applying other restrictions)
const std::vector<ResultDocument>& strus::QueryResult::ranks |
( |
| ) |
const |
|
inline |
Get the list of result elements.
The documentation for this class was generated from the following file: