jolicode / elastically

🔍 JoliCode's Elastica wrapper to bootstrap Elasticsearch PHP integrations
248 stars 37 forks source link

Fix the purgeIndex method, the alias API does not list closed index #6

Closed damienalexandre closed 5 years ago

damienalexandre commented 5 years ago

purgeOldIndices was not deleting old closed indices.

Use Cluster State API to get the whole list of indices.