strusPython  0.14
Public Member Functions | Friends | List of all members
strus::QueryResult Class Reference

Structure representing the result of a query. More...

#include <bindingObjects.hpp>

Public Member Functions

 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...
 

Friends

class Query
 

Detailed Description

Structure representing the result of a query.

Constructor & Destructor Documentation

strus::QueryResult::QueryResult ( )
inline

Default constructor.

Member Function Documentation

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.

Friends And Related Function Documentation

friend class Query
friend

The documentation for this class was generated from the following file: