mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
+ first steps for ctpp2 usage
This commit is contained in:
@ -71,5 +71,10 @@ namespace kiwix {
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
const string Searcher::searchInIndexAndReturnHtml(string &search, const unsigned int resultsCount,
|
||||
const string templatePath, const bool verbose) {
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -49,6 +49,8 @@ namespace kiwix {
|
||||
void search(std::string &search, const unsigned int resultsCount, const bool verbose=false);
|
||||
bool getNextResult(string &url, string &title, unsigned int &score);
|
||||
void reset();
|
||||
const string searchInIndexAndReturnHtml(string &search, const unsigned int resultsCount,
|
||||
const string templatePath, const bool verbose=false);
|
||||
|
||||
protected:
|
||||
virtual void closeIndex() = 0;
|
||||
|
Reference in New Issue
Block a user