83 string desc =
"GlassAllDocsPostList(doccount=";
Xapian::termcount get_wdf() const
Returns the Within Document Frequency of the term in the current document.
A PostList which iterates over all documents in a GlassDatabase.
InvalidOperationError indicates the API was used in an invalid way.
Xapian::doccount get_termfreq() const
Return the exact term frequency.
Convert types to std::string.
Xapian::doccount doccount
The number of documents in the database.
bool at_end() const
Return true if and only if we're off the end of the list.
std::string get_description() const
Return a string description of this object.
unsigned XAPIAN_TERMCOUNT_BASE_TYPE termcount
A counts of terms.
PositionList * read_position_list()
Read the position list for the term in the current document and return a pointer to it (owned by the ...
GlassAllDocsPostList(const GlassAllDocsPostList &)
Don't allow copying.
string str(int value)
Convert int to std::string.
C++ class definition for glass database.
A postlist in a glass database.
#define AssertParanoid(COND)
#define LOGCALL_CTOR(CATEGORY, CLASS, PARAMS)
Xapian::termcount get_wdf() const
Return the wdf for the document at the current position.
Xapian::termcount get_doclength() const
Return the length of current document.
unsigned XAPIAN_DOCID_BASE_TYPE doccount
A count of documents.
PositionList * open_position_list() const
Read the position list for the term in the current document and return a pointer to it (not owned by ...
Abstract base class for iterating term positions in a document.
A smart pointer that uses intrusive reference counting.
#define LOGCALL(CATEGORY, TYPE, FUNC, PARAMS)