sehrling/elasticsuite-ghost-cleaner

Magento 2 module to delete ghost indices automatically for the Smile Elasticsuite module

1.0.0 2021-01-14 16:10 UTC

This package is auto-updated.

Last update: 2024-04-15 03:27:50 UTC


README

A magento 2 module that uses a cron job to delete indices marked as "ghost".

Requirements

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

MIT