NetworkTermListItem Class Reference

An item in a NetworkTermList. More...

#include <net_termlist.h>

List of all members.

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.


Detailed Description

An item in a NetworkTermList.

Definition at line 37 of file net_termlist.h.


Member Data Documentation

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().

Xapian::doccount NetworkTermListItem::termfreq

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().

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 54 of file net_termlist.h.

Referenced by RemoteDatabase::open_term_list().


The documentation for this class was generated from the following file:
Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.