437d7c179a
Today we maintain a lot of settings on the shard level which are all index level settings. In order to cut over to the new settings API where we register update listener we have to move all of them on to the index level otherwise we need a way to un-register listeners which is error-prone and requires additional handling when shards are closed. It's simpler and also more accurate to handle all of them on the index level where we can trash the entire registry for update listener once the index goes out of scope. |
||
---|---|---|
.. | ||
fixtures | ||
framework | ||
build.gradle |