Created 02-13-2017 08:07 AM
I am trying to connect to a remote solr but I faced with this error on server
can not find: /configs/tweets/admin-extra.html
and also faced to this error
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://172.17.0.2:8983/solr
when I tried to connect to Solr from NiFi
thank you guys
Created on 02-13-2017 01:17 PM - edited 08-18-2019 03:36 AM
Hi Shanghoosh,
Your English is fine 🙂
HTTP/1.1 302 Found is a good response showing that it can connect to the remote HTTP endpoint. Sorry I should have add a trailing '/' then you should have a result with 'HTTP/1.1 200 OK'.
Are you referring to a tutorial or an example? If so, would you share the link with us?
I tried this example, started a Solr Cloud and I was able to connect PutSolrContentStream to it with following configuration:
https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud
Created 02-20-2017 11:27 PM
Thanks for the update, glad to hear you managed to make it working!