8 #ifndef _STRUS_TERM_STATISTICS_HPP_INCLUDED
9 #define _STRUS_TERM_STATISTICS_HPP_INCLUDED
GlobalCounter documentFrequency() const
Get the global document frequency.
Definition: termStatistics.hpp:31
TermStatistics(const GlobalCounter &df_)
Constructor.
Definition: termStatistics.hpp:23
Numeric types used for local and global indices.
void setDocumentFrequency(const GlobalCounter &df_)
Set the global document frequency to use for the associated term.
Definition: termStatistics.hpp:35
TermStatistics()
Constructor.
Definition: termStatistics.hpp:20
TermStatistics(const TermStatistics &o)
Copy constructor.
Definition: termStatistics.hpp:26
Global term statistics, if passed down with the query.
Definition: termStatistics.hpp:16
int64_t GlobalCounter
Number type generally used for indices globally shared between different instances of strus...
Definition: index.hpp:32