Smile-SA / smile-magento-elasticsearch

Magento ElasticSearch Implementation
151 stars 90 forks source link

Old index is not getting deleted while reindexing. #134

Open jishvi opened 6 years ago

jishvi commented 6 years ago

The process for a full reindex is :

  1. A new index is created,
  2. Data are pushed into
  3. The alias is switched when indexing is finished
  4. The old index is removed

This is what I found in your documentation. But in some cases old index is not getting deleted. So I have multiple indices now as seen in the image below. es

How do I fix it?