#include <FieldStatistics.hpp>
Public Member Functions | |
FieldStatistics (const std::string &_name, bool numeric, bool ordinal, bool parental) | |
FieldStatistics (const std::string &_name, bool numeric, bool ordinal, bool parental, UINT64 _totalCount, unsigned int _documentCount, UINT64 _byteOffset) | |
void | addOccurrence (lemur::api::DOCID_T documentID) |
Public Attributes | |
std::string | name |
bool | isNumeric |
bool | isOrdinal |
bool | isParental |
UINT64 | totalCount |
unsigned int | documentCount |
UINT64 | byteOffset |
lemur::api::DOCID_T | lastDocument |
int | lastCount |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|