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