sehrling / elasticsuite-ghost-cleaner
Magento 2 module to delete ghost indices automatically for the Smile Elasticsuite module
Package info
github.com/stephanie-ehrling/elasticsuite-ghost-cleaner
Type:magento2-module
pkg:composer/sehrling/elasticsuite-ghost-cleaner
1.1.0
2024-10-29 11:49 UTC
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