Update libkiwix with new libzim api

This commit is contained in:
Maneesh P M
2021-08-11 22:43:20 +05:30
parent ba05999cba
commit 8a4080baba
5 changed files with 123 additions and 49 deletions

View File

@ -52,6 +52,7 @@ class Result
};
struct SearcherInternal;
struct SuggestionInternal;
/**
* The Searcher class is reponsible to do different kind of search using the
* fulltext index.
@ -160,6 +161,7 @@ class Searcher
std::vector<Reader*> readers;
std::unique_ptr<SearcherInternal> internal;
std::unique_ptr<SuggestionInternal> suggestionInternal;
std::string searchPattern;
unsigned int estimatedResultCount;
unsigned int resultStart;