Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Core::Trec::IDashQueryEngine::ProcessIDashQueryList ( std::list< String qlist  )  [inline]

Definition at line 41 of file IDashQueryEngine.h.

References AddConcept(), and ILOG_DEBUG.

Referenced by Impala::Application::IDash::TrecEngine::PerformQuery().

00042     {
00043         std::list<String>::iterator qlisti;
00044         for (qlisti=qlist.begin(); qlisti!=qlist.end(); qlisti++)
00045         {
00046             String q = *qlisti;
00047             ILOG_DEBUG("Processing query component: " << q);
00048             // query starts with CONCEPT:
00049             if (q.find("CONCEPT:") == 0 )
00050                 AddConcept(q.substr(8));
00051         }
00052     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:25 2011 for ImpalaSrc by  doxygen 1.5.1