On 4/26/2018 11:02 AM, THADC wrote:
ok, I am creating myConfigset from the _default configset. So, I am copying
ALL the files under _default/conf to myConfigset/conf. I am only modifying
the schema.xml, and then I will re-upload to ZP.

Question:  Do I need to modify any of the other copied files in the conf dir
(e.g, solrconfig.xml, etc)?

Uploading files to ZK when using the methods provided with Solr does not erase anything, so you only need to actually upload what you have changed.

Having said that ... in general I would recommend dealing with the entire configuration as a unit and uploading all of it, but that is not a strict requirement.

I would also put the configurations into some kind of source control (git, svn, etc).  That way you have a record of all changes.

Thanks,
Shawn

Reply via email to