strus
0.17
|
Global term statistics, if passed down with the query. More...
#include <termStatistics.hpp>
Public Member Functions | |
TermStatistics () | |
Constructor. More... | |
TermStatistics (const GlobalCounter &df_) | |
Constructor. More... | |
TermStatistics (const TermStatistics &o) | |
Copy constructor. More... | |
GlobalCounter | documentFrequency () const |
Get the global document frequency. More... | |
void | setDocumentFrequency (const GlobalCounter &df_) |
Set the global document frequency to use for the associated term. More... | |
Global term statistics, if passed down with the query.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inline |
Get the global document frequency.
|
inline |
Set the global document frequency to use for the associated term.
[in] | df_ | the global document frequency value |