Hi Shawn,
I try to fix the problem with original jars and now just discovered it
happens only with SolrJ client when doing a soft commit with the
following method call signature:
solr.commit(false, false, true);
Where solr is an HttpSolrServer initialized at the beginning of the
applicat
On 9/5/2014 3:50 AM, Guido Medina wrote:
> Sorry I didn't give enough information so I'm adding to it, the SolrJ
> client is on our webapp and the documents are getting indexed properly
> into Solr, the only problem we are seeing is that with SolrJ 4.10 once
> Solr server response comes back it see
Sorry I didn't give enough information so I'm adding to it, the SolrJ
client is on our webapp and the documents are getting indexed properly
into Solr, the only problem we are seeing is that with SolrJ 4.10 once
Solr server response comes back it seems like SolrJ client doesn't know
what to wit
Hi,
I have upgraded to from Solr 4.9 to 4.10 and the server side seems fine
but the client is reporting the following exception:
org.apache.solr.client.solrj.SolrServerException: IOException occured
when talking to server at: solr_host.somedomain
at
org.apache.solr.client.solrj.impl.