xapian-core
1.4.26
|
An item in a NetworkTermList. More...
#include <net_termlist.h>
Public Attributes | |
string | tname |
The "name" of this term. More... | |
Xapian::doccount | termfreq |
The term frequency. More... | |
Xapian::termcount | wdf |
The within-document-frequency of the term. More... | |
An item in a NetworkTermList.
Definition at line 38 of file net_termlist.h.
Xapian::doccount NetworkTermListItem::termfreq |
The term frequency.
This is the number of documents (in the network database) indexed by the term.
Definition at line 48 of file net_termlist.h.
Referenced by RemoteDatabase::open_allterms(), and RemoteDatabase::open_term_list().
string NetworkTermListItem::tname |
The "name" of this term.
Definition at line 42 of file net_termlist.h.
Referenced by RemoteDatabase::open_allterms(), RemoteDatabase::open_metadata_keylist(), and RemoteDatabase::open_term_list().
Xapian::termcount NetworkTermListItem::wdf |
The within-document-frequency of the term.
This information may not be available, in which case the field should have a value of 0.
Definition at line 55 of file net_termlist.h.
Referenced by RemoteDatabase::open_term_list().