Hi, according to the setup documentation, in the Solr Core screen on the "configure" tab, the "Solr Core Url" should end with a forward slash ("/"). However, this resulted in Solr not being sent updates, because nopAccelerate will add an additional slash, which my webserver (Jetty) had problems with, resulting in 404 responses.
Workaround is to remove the forward slash at the end of the Solr url (e.g. "http://localhost:8983/solr/collection1")
I think the setup-documentation should be updated, or this should be fixed in nopAccelerate (so it doesn't matter if the url ends with "/" or not)
thanks,
Dion
Workaround is to remove the forward slash at the end of the Solr url (e.g. "http://localhost:8983/solr/collection1")
I think the setup-documentation should be updated, or this should be fixed in nopAccelerate (so it doesn't matter if the url ends with "/" or not)
thanks,
Dion
0
