mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Deprecate Searcher
creation.
As the `Searcher` is now deprecated, we also remove the unit tests on it. `Searcher` is now untested, and so it reduces the code coverage.
This commit is contained in:
@ -56,6 +56,8 @@ struct SuggestionInternal;
|
||||
/**
|
||||
* The Searcher class is reponsible to do different kind of search using the
|
||||
* fulltext index.
|
||||
*
|
||||
* The Searcher is now deprecated. Use libzim search feature.
|
||||
*/
|
||||
class Searcher
|
||||
{
|
||||
@ -63,7 +65,7 @@ class Searcher
|
||||
/**
|
||||
* The default constructor.
|
||||
*/
|
||||
Searcher();
|
||||
DEPRECATED Searcher();
|
||||
|
||||
~Searcher();
|
||||
|
||||
|
Reference in New Issue
Block a user