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:
Matthieu Gautier
2022-01-12 18:13:51 +01:00
parent fb7d9f02c8
commit 3d64a9d9a9
3 changed files with 4 additions and 82 deletions

View File

@ -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();