sehrling / elasticsuite-ghost-cleaner
Magento 2 module to delete ghost indices automatically for the Smile Elasticsuite module
Installs: 41 688
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 2
Open Issues: 2
Type:magento2-module
Requires
- smile/elasticsuite: >=2.10.0
README
A magento 2 module that uses a cron job to delete indices marked as "ghost".
Requirements
- PHP >= 7.1
- Magento >= 2.2
- Smile Elasticsuite module >= 2.10
Installation
Via composer (recommended)
Go to the Magento 2 root directory and run the following commands in the shell:
composer require sehrling/elasticsuite-ghost-cleaner
bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade
Manually
Create the directory app/code/Sehrling/ElasticsuiteGhostCleaner
and copy the all the files from this repository into it. Then run:
bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade