mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
This change adds the ability for reloadable search analysers to adapt their loading based on the index creation context. It is useful for reloadable search analysers that need to load expensive resources from indices or disk. In such case they can defer the loading of the resource during the shard recovery and avoid blocking a master or a create index thread. --------- Co-authored-by: Mayya Sharipova <mayya.sharipova@elastic.co> |
||
---|---|---|
.. | ||
src | ||
build.gradle |