Definition at line 614 of file mainTrecSearch.cpp. References mJudge, mJudgeFileName, and Impala::Core::Trec::SearchJudge::Stats(). Referenced by InitData(). 00615 { 00616 mJudge = 0; 00617 if (mJudgeFileName != String("")) 00618 { 00619 mJudge = new Core::Trec::SearchJudge(mJudgeFileName); 00620 mJudge->Stats(); 00621 } 00622 }
Here is the call graph for this function:
|