Public Member Functions | Public Attributes

CQueryResult Struct Reference

Class CQueryResult contains all information about the first MaxCachedHitsCount hits for the input query. Other hits (beyond MaxCachedHitsCount) are not stored but they can be retrieved on user's demand. More...

#include <ConcHolder.h>

Inheritance diagram for CQueryResult:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Class CQueryResult contains all information about the first MaxCachedHitsCount hits for the input query. Other hits (beyond MaxCachedHitsCount) are not stored but they can be retrieved on user's demand.


Member Function Documentation

void CQueryResult::ClearQueryResults (  ) 

References ClearVector(), m_DebugInfo, m_HighlightOccurs, and m_Hits.

Referenced by CConcHolder::GetAllHits(), CConcHolder::GetHits(), and CConcHolder::TryToGetFromCache().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

the number of all found hits (if m_AllHitsCount < MaxCachedHitsCount, then m_Hits.size() == m_AllHitsCount)

Referenced by CConcHolder::GetAllHits(), CDDCCorpusListenHost::ProcessSocketString(), CConcHolder::SaveToCache(), CConcHolder::SimpleQuery(), and CConcHolder::TryToGetFromCache().

vector<BYTE> CQueryResult::m_DebugInfo [mutable]

The documentation for this struct was generated from the following files: