#include <TermFieldStatistics.hpp>
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 |
|
|
|
|
|
total number of times in the corpus that this term appears in this document
|
|
number of times that this term/field combination was seen in
|
|
last document this term/field combination was seen in (used at index time)
|
|
total number of times in the corpus that this term appears in this field
|