basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.94k stars 536 forks source link

Deleting an index with an associated bucket type #954

Open mitchellwrosen opened 5 years ago

mitchellwrosen commented 5 years ago

Deleting an index fails if some bucket has that search_index set:

Can't delete index with associate buckets ...

but it doesn't complain if a bucket type has its search_index set, affecting all buckets contained within. Is that the intended behavior?