You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2020/05/22 05:04:05 UTC

[lucene-solr] 02/02: SOLR-13325: Add entry to CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

shalin pushed a commit to branch jira/solr-13325
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit b898159655b31741ad3753e90b1fde031ac04fc4
Author: Shalin Shekhar Mangar <sh...@apache.org>
AuthorDate: Fri May 22 10:33:41 2020 +0530

    SOLR-13325: Add entry to CHANGES.txt
---
 solr/CHANGES.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2629407..51c0fec 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -119,6 +119,12 @@ Improvements
 
 * SOLR-14407: Handle shards.purpose in the postlogs tool (Joel Bernstein)
 
+* SOLR-13325: ComputePlanAction now supports a collection selector of the form `collections: {policy: my_policy}`
+  which can be used to select multiple collections that match collection property/value pairs. This is useful to
+  maintain a whitelist of collections for which actions are taken without needing to hard code the collection names
+  themselves. The collection hints are pushed down to the policy engine so operations for non-matching collections
+  are not computed at all. (ab, shalin)
+
 Optimizations
 ---------------------
 * SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)