Elasticsuite Ghost Cleaner
sehrling/elasticsuite-ghost-cleaner
Deletes "ghost" indices in Smile Elasticsuite via a cron job. This helps maintain a clean and efficient Elasticsearch setup.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubElasticsuite ghost cleaner
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
License
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.