22 #ifndef XAPIAN_INCLUDED_VALUESTATS_H
23 #define XAPIAN_INCLUDED_VALUESTATS_H
unsigned XAPIAN_DOCID_BASE_TYPE doccount
A count of documents.
Class to hold statistics for a given slot.
std::string lower_bound
A lower bound on the values stored in the given value slot.
std::string upper_bound
An upper bound on the values stored in the given value slot.
void clear()
Clear the statistics.
Xapian::doccount freq
The number of documents which have a (non-empty) value stored in the slot.
ValueStats()
Construct an empty ValueStats object.