add missing changelog entry for #12498

This commit is contained in:
Luca Cavanna 2023-09-05 16:41:38 +02:00
parent da894151a6
commit d62ca4a01f
1 changed files with 7 additions and 1 deletions

View File

@ -191,7 +191,13 @@ Changes in runtime behavior
* GITHUB#12516: Unwrap and throw execution exceptions cause when performing concurrent search (Luca Cavanna)
* GITHUB#12515: Offload sequential search execution to the executor that's optionally provided to the IndexSearcher (Luca Cavanna)
* GITHUB#12498: Offload concurrent search execution to the executor that's optionally provided to the IndexSearcher.
Tasks are no longer executed on the caller thread when rejected or if the executor queue goes above a predefined
threshold. Adaptive behaviour as well as a saturation policy can be incorporated in the provided executor instead.
(Luca Cavanna)
* GITHUB#12515: Offload sequential search execution to the executor that's optionally provided to the IndexSearcher
(Luca Cavanna)
Bug Fixes
---------------------