requesting support to solve an issue

2020-04-08 Thread saicharan.k...@spglobal.com
Hi there, We are trying to apply the following collection specific policy in solr { "set-policy": { "generalpolicy": [ { "replica": "<2", "shard": "#EACH", "sysprop.key":"!typeahead", "strict": "true"

requesting help to solve an issue

2020-04-08 Thread saicharan.k...@spglobal.com
Hi there, We are trying to apply the following collection specific policy in solr { "set-policy": { "generalpolicy": [ { "replica": "<2", "shard": "#EACH", "sysprop.key":"!typeahead", "strict": "true"

RE: requesting help to solve an issue

2020-04-08 Thread saicharan.k...@spglobal.com
operator, so, the replicas would be created on all nodes not having that property value (typeahead) Thanks On Wed, Apr 8, 2020, 4:21 PM saicharan.k...@spglobal.com < saicharan.k...@spglobal.com> wrote: > Hi there, > > We are trying to apply the following collection specific p

requesting help on auto scaling of solr

2020-04-17 Thread saicharan.k...@spglobal.com
Hello, I am trying to add auto scaling for a cluster that is hosted on aws I am using cluster policy as { "set-cluster-policy": [ { "replica": "<2", "shard": "#EACH", "node": "#ANY" } ] } Node-added-trigger { "set-trigger": { "na

How to use percentage in collection specific policy

2020-05-01 Thread saicharan.k...@spglobal.com
Hello, I was trying to use a collection specific policy with sysprop and percentage for replica { "set-policy": { "generalpolicy": [ { "replica": "33%", "shard": "#EACH", "sysprop.key": "general" } ]