53 std::unique_ptr<Private> d;
Abstract global query handler.
Definition globalqueryhandler.h:23
Index query handler class.
Definition indexqueryhandler.h:18
bool supportsFuzzyMatching() const override
Returns "True".
std::vector< RankItem > handleGlobalQuery(const Query *) override
Uses the index to override GlobalQueryHandler::handleGlobalQuery.
void setFuzzyMatching(bool) override
Set the fuzzy mode of the internal index.
~IndexQueryHandler() override
virtual void updateIndexItems()=0
Update the index.
void setIndexItems(std::vector< IndexItem > &&)
Set the items of the index.
Common query object.
Definition query.h:20