diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3774fe52b6c..2e9fe7cde32 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -53,12 +53,6 @@ Bug Fixes * SOLR-9837: Fix 55% performance regression of FieldCache uninvert time of numeric fields. (yonik) -* SOLR-10114: Reordered delete-by-query causes inconsistenties between shards that have - child documents (Mano Kovacs, Mihaly Toth, yonik) - -* SOLR-10159: When DBQ is reordered with an in-place update, upon whose updated value the DBQ is based - on, the DBQ fails due to excessive caching in DeleteByQueryWrapper (Ishan Chattopadhyaya) - Optimizations ---------------------- @@ -76,10 +70,6 @@ Optimizations string fields from the FieldCache, resulting in up to 56% better throughput for those cases. (yonik) -* SOLR-5944: In-place updates of Numeric DocValues. To leverage this, the _version_ field and the updated - field must both be stored=false, indexed=false, docValues=true. (Ishan Chattopadhyaya, hossman, noble, - shalin, yonik) - Other Changes ---------------------- @@ -169,6 +159,12 @@ Bug Fixes * SOLR-9846: Overseer is not always closed after being started. (Mark Miller) +* SOLR-10114: Reordered delete-by-query causes inconsistenties between shards that have + child documents (Mano Kovacs, Mihaly Toth, yonik) + +* SOLR-10159: When DBQ is reordered with an in-place update, upon whose updated value the DBQ is based + on, the DBQ fails due to excessive caching in DeleteByQueryWrapper (Ishan Chattopadhyaya) + Optimizations ---------------------- @@ -181,6 +177,9 @@ Optimizations * SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links in AdminUI javascripts (Yun Jie Zhou via janhoy) +* SOLR-5944: In-place updates of Numeric DocValues. To leverage this, the _version_ field and the updated + field must both be stored=false, indexed=false, docValues=true. (Ishan Chattopadhyaya, hossman, noble, + shalin, yonik) Other Changes ----------------------