Re: Unable to RESTORE collections via Collections API

2020-04-16 Thread Jan Høydahl
Thanks for sharing your workaround! Agree that error message is extremely unhelpful :) Would you care to report it as a bug in JIRA? Jan > 15. apr. 2020 kl. 21:54 skrev Eugene Livis : > > In case this helps somebody in the future, given how completely unhelpful > the Solr error message is - tur

Re: Unable to RESTORE collections via Collections API

2020-04-15 Thread Eugene Livis
In case this helps somebody in the future, given how completely unhelpful the Solr error message is - turns out the problem was occurring because in solrconfig.xml the updateLog was disabled. I have enabled updateLog the following way and "restore" operation started working: ${solr.ul

Unable to RESTORE collections via Collections API

2020-04-08 Thread Eugene Livis
Hello, I have been unsuccessfully trying to find a way to restore a collection using the Collections API for the last several days. *I would greatly appreciate any help as I am now stuck.* I am using Solr 8.2 in cloud mode. To simplify things, I have only a single Solr node on my local machine (th