21 #ifndef XAPIAN_INCLUDED_CHERT_TERMLIST_H 22 #define XAPIAN_INCLUDED_CHERT_TERMLIST_H 106 std::string get_termname()
const;
130 TermList * skip_to(
const std::string & term);
142 #endif // XAPIAN_INCLUDED_CHERT_TERMLIST_H std::string current_term
The termname at the current position.
The Xapian namespace contains public interfaces for the Xapian library.
A TermList in a chert database.
chert_doclen_t doclen
The length of document did.
Abstract base class for termlists.
Class for iterating over term positions.
const char * end
Pointer to the end of the encoded tag value.
unsigned XAPIAN_TERMCOUNT_BASE_TYPE termcount
A counts of terms.
Xapian::termcount termlist_size
The number of entries in this termlist.
Class for iterating over term positions.
C++ class definition for chert database.
unsigned XAPIAN_DOCID_BASE_TYPE doccount
A count of documents.
Collates statistics while calculating term weight in an ESet.
std::string data
The tag value from the termlist table which holds the encoded termlist.
Abstract base class for termlists.
unsigned XAPIAN_DOCID_BASE_TYPE docid
A unique identifier for a document.
Xapian::termcount current_wdf
The wdf for the term at the current position.
const char * pos
Current position with the encoded tag value held in data.
unsigned int chert_doclen_t
An integer type for storing the length of a document - ie, the sum of the wdfs of the terms in the do...
Xapian::Internal::intrusive_ptr< const ChertDatabase > db
The database we're reading data from.
Xapian::doccount current_termfreq
The term frequency for the term at the current position.
Xapian::docid did
The document id that this TermList is for.