bsadeh / scalastic

scala driver for elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indexer.deleteIndexIfExists("nonexistent-index") deletes all indexes

cldellow opened this issue · comments

It filters out the indices that don't exist then calls deleteIndex with no indices -- which deletes all indices. :)

oouch!

fixed in 0.19.12 upgrade