elasticsearch/modules/analysis-common
Jim Ferenczi bccf4eeed2
Add the ability to reload search analyzers during shard recovery (#97421)
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>
2023-07-07 17:19:47 +01:00
..
src Add the ability to reload search analyzers during shard recovery (#97421) 2023-07-07 17:19:47 +01:00
build.gradle Synonyms API - PUT Synonym Rule request (#96865) 2023-06-20 18:45:41 +02:00