Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

indri::index::TermFieldStatistics Struct Reference

#include <TermFieldStatistics.hpp>

List of all members.

Public Methods

 TermFieldStatistics ()
void addOccurrence (int documentID)

Public Attributes

INT64 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

unsigned int 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 <lastDocument>


Constructor & Destructor Documentation

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


Member Function Documentation

void indri::index::TermFieldStatistics::addOccurrence int    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 <lastDocument>

unsigned int indri::index::TermFieldStatistics::lastDocument
 

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

INT64 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 Wed Nov 3 13:00:04 2004 for Lemur Toolkit by doxygen1.2.18