strusPython
0.14
|
Structure holding the statistics of a term to be used in a query. More...
#include <bindingObjects.hpp>
Public Member Functions | |
TermStatistics () | |
Constructor. More... | |
TermStatistics (GlobalCounter df_) | |
Constructor. More... | |
TermStatistics (const TermStatistics &o) | |
Copy constructor. More... | |
GlobalCounter | df () const |
Get the global document frequency. More... | |
void | set_df (GlobalCounter df_) |
Set the global document frequency for a term in a query evaluation. More... | |
Structure holding the statistics of a term to be used in a query.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inline |
Get the global document frequency.
|
inline |
Set the global document frequency for a term in a query evaluation.
[in] | df_ | the document frequency value to use |