xapian-core  1.4.25
Public Attributes | List of all members
NetworkTermListItem Class Reference

An item in a NetworkTermList. More...

#include <net_termlist.h>

+ Collaboration diagram for NetworkTermListItem:

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

Detailed Description

An item in a NetworkTermList.

Definition at line 38 of file net_termlist.h.

Member Data Documentation

◆ termfreq

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

◆ tname

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

◆ wdf

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


The documentation for this class was generated from the following file: