Structure representing the result of a query.
More...
#include <bindingObjects.hpp>
|
| QueryResult () |
| Default constructor. More...
|
|
unsigned int | evaluationPass () const |
| Get the last query evaluation pass used (level of selection features used) More...
|
|
unsigned int | nofDocumentsRanked () const |
| Get the total number of matches that were ranked (after applying all query restrictions) More...
|
|
unsigned int | nofDocumentsVisited () const |
| Get the total number of matches that were visited (after applying ACL restrictions, but before applying other restrictions) More...
|
|
const RankVector & | ranks () const |
| Get the list of result elements. More...
|
|
Structure representing the result of a query.
strus::QueryResult::QueryResult |
( |
| ) |
|
|
inline |
unsigned int strus::QueryResult::evaluationPass |
( |
| ) |
const |
|
inline |
Get the last query evaluation pass used (level of selection features used)
unsigned int strus::QueryResult::nofDocumentsRanked |
( |
| ) |
const |
|
inline |
Get the total number of matches that were ranked (after applying all query restrictions)
unsigned int strus::QueryResult::nofDocumentsVisited |
( |
| ) |
const |
|
inline |
Get the total number of matches that were visited (after applying ACL restrictions, but before applying other restrictions)
const RankVector& strus::QueryResult::ranks |
( |
| ) |
const |
|
inline |
Get the list of result elements.
The documentation for this class was generated from the following file: