You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2019/03/14 05:17:00 UTC

[jira] [Created] (SOLR-13325) Add a collection selector to triggers

Shalin Shekhar Mangar created SOLR-13325:
--------------------------------------------

             Summary: Add a collection selector to triggers
                 Key: SOLR-13325
                 URL: https://issues.apache.org/jira/browse/SOLR-13325
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: AutoScaling
            Reporter: Shalin Shekhar Mangar
             Fix For: master (9.0), 8.1


Similar to SOLR-13273, it'd be nice to have a collection selector that applies to triggers. An example use-case would be to selectively add replicas on new nodes for certain collections only.

Here is a selector that returns collections that match the given collection property/value pair:
{code}
"collection": {"property_name": "property_value"}
{code}
Here's another selector that returns collections that have the given policy applied
{code}
"collection": {"#policy": "policy_name"}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org