xapian-core
1.4.26
|
Public Member Functions | |
Internal () | |
Internal (Xapian::valueno slot_) | |
Public Member Functions inherited from Xapian::Internal::intrusive_base | |
intrusive_base () | |
Construct with no references. More... | |
Public Attributes | |
Xapian::valueno | slot |
The slot to count. More... | |
Xapian::doccount | total |
Total number of documents seen by the match spy. More... | |
std::map< std::string, Xapian::doccount > | values |
The values seen so far, together with their frequency. More... | |
Public Attributes inherited from Xapian::Internal::intrusive_base | |
unsigned | _refs |
Reference count. More... | |
Definition at line 211 of file matchspy.h.
|
inline |
Definition at line 223 of file matchspy.h.
|
inlineexplicit |
Definition at line 224 of file matchspy.h.
Xapian::valueno Xapian::ValueCountMatchSpy::Internal::slot |
The slot to count.
Definition at line 215 of file matchspy.h.
Xapian::doccount Xapian::ValueCountMatchSpy::Internal::total |
Total number of documents seen by the match spy.
Definition at line 218 of file matchspy.h.
std::map<std::string, Xapian::doccount> Xapian::ValueCountMatchSpy::Internal::values |
The values seen so far, together with their frequency.
Definition at line 221 of file matchspy.h.
Referenced by ValueCountTermList::at_end(), ValueCountTermList::skip_to(), and ValueCountTermList::ValueCountTermList().