Abhinav
Abhinav

Reputation: 89

How to change database setting in data-config.xml in SOLR cloud

I am new in SOLR Cloud so sorry for this question. I am using 3 nodes of SOLR and now I need to update database setting in data-config.xml. But I have now idea how to do that. In standalone SOLR we have data-config.xml and we can change in it, but I dont how to do this it in SOLR cloud.

Please help me.

Upvotes: 0

Views: 567

Answers (1)

Persimmonium
Persimmonium

Reputation: 15771

data-config.xml is just another piece of a collection's configuration (if it needs it, not all collections have one). So you just get it ready, and then deploy it the same way you deploy schema.xml, by using bundled utilities:

bin\solr upconfig ...

Upvotes: 1

Related Questions