blob: 2c8b4f97efff84469a691bd7a7a09d91430429ea [file] [log] [blame]
{
"clients": {
"cloud-example": {
"connection": {
"impl": "CloudSolrClient",
"zkHosts": [
"localhost:9983"
],
"zkChroot": "/solr",
"sendUpdatesOnlyToShardLeaders": true,
"sendDirectUpdatesToShardLeadersOnly": false
},
"indices": {
"smila": {
"uniqueKey": "id",
"fetchFacetFieldType": false,
"processGroupValueNull": false,
"groupValueNull": "null"
}
}
},
"http-example": {
"connection": {
"impl": "HttpSolrClient",
"baseSolrUrl": "http://localhost:8983/",
"allowCompression": true
}
},
"concurrent-update-example": {
"connection": {
"impl": "ConcurrentUpdateSolrClient",
"baseSolrUrl": "http://localhost:8983/",
"queueSize": 100,
"threadCount": 2,
"streamDeletes": true
}
},
"delegation-token-http-example": {
"connection": {
"impl": "DelegationTokenHttpSolrClient",
"baseSolrUrl": "http://localhost:8983/",
"delegationToken": "abc"
}
},
"lb-http-example": {
"connection": {
"impl": "LBHttpSolrClient",
"baseSolrUrls": [
"http://localhost:8983/"
]
}
},
"SMILA": {
"connection": {
"impl": "CloudSolrClient",
"zkHosts": [
"localhost:9983"
]
}
}
},
"defaults": {
"client": "SMILA",
"index": "smila",
"uniqueKey": "id",
"fetchFacetFieldType": false,
"processGroupValueNull": false,
"groupValueNull": "null"
},
"search": {
"FieldValueTypeCache.exprireAfterMinutes": 60
}
}