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"
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"
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
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
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"
}
]