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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to