#include <ortermlist.h>
Inheritance diagram for FreqAdderOrTermList:
Public Member Functions | |
FreqAdderOrTermList (TermList *left_, TermList *right_) | |
Xapian::doccount | get_termfreq () const |
This termlist is just like OrTermList, but adds the term frequencies of terms which appear in both sublists together, rather than asserting that the frequencies are equal. This is appropriate for spelling termlists.
Definition at line 83 of file ortermlist.h.
Definition at line 85 of file ortermlist.h.
Xapian::doccount FreqAdderOrTermList::get_termfreq | ( | ) | const |
Reimplemented from OrTermList.
Definition at line 187 of file ortermlist.cc.
References OrTermList::check_started(), DEBUGCALL, OrTermList::left, OrTermList::left_current, RETURN, OrTermList::right, and OrTermList::right_current.