Catalog Search Indexer Process Unknown Error: No Such Engine: mysql2

catalogsearchdatabasemagento2

I'm using magento 2.1.3 and I'm getting the following error when I try to run the php bin/magento indexer:reindex command

Catalog Search indexer process unknown error:
There is no such engine: mysql2

Does anyone know how to fix this error?

Best Answer

Run this query

UPDATE core_config_data set value = 'mysql' where path='catalog/search/engine';

And run Following commands

php -f bin/magento setup:upgrade
php -f bin/magento cache:flush
php -f bin/magento indexer:reindex