#include <net_termlist.h>
Public Attributes | |
| string | tname |
| The "name" of this term. | |
| Xapian::doccount | termfreq |
| The term frequency. | |
| Xapian::termcount | wdf |
| The within-document-frequency of the term. | |
Definition at line 37 of file net_termlist.h.
| string NetworkTermListItem::tname |
The "name" of this term.
Definition at line 41 of file net_termlist.h.
Referenced by RemoteDatabase::open_allterms(), and RemoteDatabase::open_term_list().
The term frequency.
This is the number of documents (in the network database) indexed by the term.
Definition at line 47 of file net_termlist.h.
Referenced by RemoteDatabase::open_allterms(), and RemoteDatabase::open_term_list().
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 54 of file net_termlist.h.
Referenced by RemoteDatabase::open_term_list().