This is an automated email from the ASF dual-hosted git repository.
mdrob pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new a12aea9bf97 Sync CHANGES for 8.11.2
a12aea9bf97 is described below
commit a12aea9bf9750a2da7ca5e51c2e57b79356e6824
Author: Mike Drob <[email protected]>
AuthorDate: Tue Jun 21 23:09:59 2022 -0700
Sync CHANGES for 8.11.2
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2ed5b60e600..4ad5232465c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -41,6 +41,8 @@ Improvements
* SOLR-15652: Add Slack channel for community support to Admin UI footer,
update links. (Eric Pugh)
+* 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)