#include <FieldStatistics.hpp>
Public Methods | |
FieldStatistics (const std::string &_name, bool numeric) | |
FieldStatistics (const std::string &_name, bool numeric, INT64 _totalCount, int _documentCount) | |
void | addOccurrence (int documentID) |
Public Attributes | |
std::string | name |
bool | isNumeric |
INT64 | totalCount |
int | documentCount |
int | lastDocument |
int | lastCount |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|