Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri::index::TermFieldStatistics Struct Reference

#include <TermFieldStatistics.hpp>

List of all members.

Public Member Functions

 TermFieldStatistics ()
void addOccurrence (lemur::api::DOCID_T documentID)

Public Attributes

UINT64 totalCount
 total number of times in the corpus that this term appears in this field

unsigned int documentCount
 total number of times in the corpus that this term appears in this document

lemur::api::DOCID_T lastDocument
 last document this term/field combination was seen in (used at index time)

unsigned int lastCount
 number of times that this term/field combination was seen in


Constructor & Destructor Documentation

indri::index::TermFieldStatistics::TermFieldStatistics  )  [inline]
 


Member Function Documentation

void indri::index::TermFieldStatistics::addOccurrence lemur::api::DOCID_T  documentID  )  [inline]
 


Member Data Documentation

unsigned int indri::index::TermFieldStatistics::documentCount
 

total number of times in the corpus that this term appears in this document

unsigned int indri::index::TermFieldStatistics::lastCount
 

number of times that this term/field combination was seen in

lemur::api::DOCID_T indri::index::TermFieldStatistics::lastDocument
 

last document this term/field combination was seen in (used at index time)

UINT64 indri::index::TermFieldStatistics::totalCount
 

total number of times in the corpus that this term appears in this field


The documentation for this struct was generated from the following file:
Generated on Tue Jun 15 11:03:00 2010 for Lemur by doxygen 1.3.4