mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Be able to specify the global contentHumanReadableId without a index.
Even if we use the add_reader method to search into embedded full text index, we need to specify the global `contentHumanReadableId` as it will be used to generate "page links".
This commit is contained in:
@ -56,7 +56,7 @@ struct SearcherInternal;
|
||||
class Searcher
|
||||
{
|
||||
public:
|
||||
Searcher();
|
||||
Searcher(const string& humanReadableName = "");
|
||||
Searcher(const string& xapianDirectoryPath,
|
||||
Reader* reader,
|
||||
const string& humanReadableName);
|
||||
|
Reference in New Issue
Block a user