ddc
|
#include "../ConcordLib/Query.h"
Go to the source code of this file.
Classes | |
class | CQCountKeyBadOccurrence |
class | CQCountKeyExpr |
class | CQCountKeyExprConstant |
class | CQCountKeyExprMeta |
class | CQCountKeyExprFileId |
class | CQCountKeyExprIndexed |
class | CQCountKeyExprFileName |
class | CQCountKeyExprDate |
class | CQCountKeyExprDateSlice |
class | CQCountKeyExprBibl |
class | CQCountKeyExprRegex |
class | CQCountKeyExprToken |
class | CQCountKeyExprList |
class | CQCount |
count query More... | |
class | CQKeys |
utility struct for iterating over hit occurrences More... | |
Macros | |
#define | _GLIBCXX_USE_NOEXCEPT |
Functions | |
void | GenerateCountString (string &ResultStr, DDCFormatTypeEnum fmt, const string &key, size_t count) |
void | GenerateCountString (string &ResultStr, DDCFormatTypeEnum fmt, const CHit &hit) |
Variables | |
const size_t | DDCDefaultCountSampleSize = (size_t)-1 |
#define _GLIBCXX_USE_NOEXCEPT |
void GenerateCountString | ( | string & | ResultStr, |
DDCFormatTypeEnum | fmt, | ||
const string & | key, | ||
size_t | count | ||
) |
generate a single count string from a (key,count)-pair
References ConvertASCIIToHtmlSymbols(), DDC_ResultHTML, DDC_ResultJson, DDC_ResultTable, DDC_ResultText, Format(), globalCountKeyDelim, and jsonStr().
Referenced by GenerateCountString(), CConcSession::GenerateCountStrings(), CDDCBranchServer::GetHitCounts(), and CQKeys::jsonClass().
|
inline |
generate a single count string from a CHit
References GenerateCountString(), CHit::m_Count, CHit::m_SortKey, CHit::m_Value, and CHitSortKey::s.
const size_t DDCDefaultCountSampleSize = (size_t)-1 |
default count()-query sample size
Referenced by CQueryCompiler::CleanParser(), CQCount::countOptionsToString(), CQCount::CQCount(), CQueryCompiler::CQueryCompiler(), CQueryCompiler::DeleteTree(), CQKeys::jsonData(), CQueryCompiler::PushCountQuery(), and CQKeys::toString().