This is an automated email from the ASF dual-hosted git repository.
magibney pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new fb485e4bad2 SOLR-15045: followup commit -- reclassify issue in
CHANGES.txt bug->improvement
fb485e4bad2 is described below
commit fb485e4bad2c1caeb487d77da982f7d74e07a169
Author: Michael Gibney <[email protected]>
AuthorDate: Thu Apr 28 10:17:34 2022 -0400
SOLR-15045: followup commit -- reclassify issue in CHANGES.txt
bug->improvement
---
solr/CHANGES.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 11ad8b7ca4e..8a268d885ec 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -19,9 +19,12 @@ Improvements
* SOLR-16002: Avoid redundant `FilterQuery` caching, e.g. via `filter($query)`
syntax. (Michael Gibney, David Smiley)
+* SOLR-15045: `DistributedZkUpdateProcessor` now issues commits to local
shards and remote shards in parallel,
+ halving the latency of synchronous commits (Michael Gibney)
+
Optimizations
---------------------
-SOLR-16120: Optimise hl.fl expansion. (Christine Poerschke, David Smiley, Mike
Drob)
+* SOLR-16120: Optimise hl.fl expansion. (Christine Poerschke, David Smiley,
Mike Drob)
* SOLR-14765: Optimize DocList creation for sort-irrelevant cases. This issue
also reworks the building and caching of liveDocs
in SolrIndexSearcher, and refines/clarifies the effect of
`useFilterForSortedQuery` (Michael Gibney, Mike Drob, David Smiley)
@@ -38,9 +41,6 @@ Bug Fixes
* SOLR-16112: DefaultSolrHighlighter.doHighlighting to Query#rewrite multiple
times if necessary. (Christine Poerschke)
-* SOLR-15045: `DistributedZkUpdateProcessor` now issues commits to local
shards and remote shards in parallel,
- halving the latency of synchronous commits (Michael Gibney)
-
* SOLR-13044: Fix NPE during core close racing with index replication check.
(David Smiley, hossman)
* SOLR-16145: Fix very rare NPE in SolrCloud rejoinOverseerElection. (David
Smiley)