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

Weighted document reference with attributes (result of a query evaluation) More...

#include <bindingObjects.hpp>

Public Member Functions

 Rank ()
 Constructor. More...
 
 Rank (Index docno_, double weight_, const SummaryElementVector &summaryElements_)
 Constructor. More...
 
 Rank (const Rank &o)
 Copy constructor. More...
 
Index docno () const
 Get the internal document nuber used. More...
 
double weight () const
 Get the weight of the rank. More...
 
const SummaryElementVector & summaryElements () const
 Get the summary elements. More...
 

Friends

class Query
 

Detailed Description

Weighted document reference with attributes (result of a query evaluation)

Constructor & Destructor Documentation

strus::Rank::Rank ( )
inline

Constructor.

strus::Rank::Rank ( Index  docno_,
double  weight_,
const SummaryElementVector &  summaryElements_ 
)
inline

Constructor.

strus::Rank::Rank ( const Rank o)
inline

Copy constructor.

Member Function Documentation

Index strus::Rank::docno ( ) const
inline

Get the internal document nuber used.

const SummaryElementVector& strus::Rank::summaryElements ( ) const
inline

Get the summary elements.

Get the summary elements

double strus::Rank::weight ( ) const
inline

Get the weight of the rank.

Friends And Related Function Documentation

friend class Query
friend

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