21 #ifndef XAPIAN_INCLUDED_ORTERMLIST_H    22 #define XAPIAN_INCLUDED_ORTERMLIST_H    46     void check_started() 
const;
    50         : left(left_), right(right_) { }
    58     std::string get_termname() 
const;
    66     TermList * skip_to(
const std::string & term);
    90 #endif // XAPIAN_INCLUDED_ORTERMLIST_H The Xapian namespace contains public interfaces for the Xapian library. 
 
FreqAdderOrTermList(TermList *left_, TermList *right_)
 
Abstract base class for termlists. 
 
std::string right_current
 
unsigned XAPIAN_TERMCOUNT_BASE_TYPE termcount
A counts of terms. 
 
Class for iterating over term positions. 
 
A termlist which ORs two termlists together, adding term frequencies. 
 
OrTermList(TermList *left_, TermList *right_)
 
unsigned XAPIAN_DOCID_BASE_TYPE doccount
A count of documents. 
 
Collates statistics while calculating term weight in an ESet. 
 
Abstract base class for termlists.