|
xapian-core
1.4.30
|
The frequencies for a term. More...
#include <weightinternal.h>
Public Member Functions | |
| TermFreqs () | |
| TermFreqs (Xapian::doccount termfreq_, Xapian::doccount reltermfreq_, Xapian::termcount collfreq_, double max_part_=0.0) | |
| void | operator+= (const TermFreqs &other) |
| std::string | get_description () const |
| Return a std::string describing this object. More... | |
Public Attributes | |
| Xapian::doccount | termfreq = 0 |
| Xapian::doccount | reltermfreq = 0 |
| Xapian::termcount | collfreq = 0 |
| double | max_part = 0.0 |
The frequencies for a term.
Definition at line 39 of file weightinternal.h.
|
inline |
Definition at line 46 of file weightinternal.h.
|
inline |
Definition at line 47 of file weightinternal.h.
| string TermFreqs::get_description | ( | ) | const |
Return a std::string describing this object.
Definition at line 39 of file weightinternal.cc.
References Xapian::Internal::str().
|
inline |
Definition at line 56 of file weightinternal.h.
References Assert, collfreq, max_part, reltermfreq, and termfreq.
| Xapian::termcount TermFreqs::collfreq = 0 |
Definition at line 42 of file weightinternal.h.
Referenced by Xapian::Weight::Internal::accumulate_stats(), AndNotPostList::get_termfreq_est_using_stats(), ExactPhrasePostList::get_termfreq_est_using_stats(), MultiAndPostList::get_termfreq_est_using_stats(), MultiXorPostList::get_termfreq_est_using_stats(), NearPostList::get_termfreq_est_using_stats(), OrPostList::get_termfreq_est_using_stats(), PhrasePostList::get_termfreq_est_using_stats(), LocalSubMatch::make_synonym_postlist(), and operator+=().
| double TermFreqs::max_part = 0.0 |
Definition at line 44 of file weightinternal.h.
Referenced by operator+=().
| Xapian::doccount TermFreqs::reltermfreq = 0 |
Definition at line 41 of file weightinternal.h.
Referenced by AndNotPostList::get_termfreq_est_using_stats(), ExactPhrasePostList::get_termfreq_est_using_stats(), MultiAndPostList::get_termfreq_est_using_stats(), MultiXorPostList::get_termfreq_est_using_stats(), NearPostList::get_termfreq_est_using_stats(), OrPostList::get_termfreq_est_using_stats(), PhrasePostList::get_termfreq_est_using_stats(), LocalSubMatch::make_synonym_postlist(), and operator+=().
| Xapian::doccount TermFreqs::termfreq = 0 |
Definition at line 40 of file weightinternal.h.
Referenced by Xapian::Weight::Internal::accumulate_stats(), AndNotPostList::get_termfreq_est_using_stats(), ExactPhrasePostList::get_termfreq_est_using_stats(), MultiAndPostList::get_termfreq_est_using_stats(), MultiXorPostList::get_termfreq_est_using_stats(), NearPostList::get_termfreq_est_using_stats(), OrPostList::get_termfreq_est_using_stats(), PhrasePostList::get_termfreq_est_using_stats(), LocalSubMatch::make_synonym_postlist(), and operator+=().