Hello,

Using "package org.apache.solr.client.solrj;"

when I do:

UpdateResponse ur = solrServer.commit(false, false);

I get sometimes (not often):
SolrException e  where   e.code() ==
SolrException.ErrorCode.SERVICE_UNAVAILABLE.code

When I catch this exception, I try to commit again, the call doesn't throw,
but the docs are not committed. Am I supposed to add docs again before
committing
solrServer.add(docs);
What am I supposed to do basically ?

Please note that I was not getting this on the Solr4 trunk from december,
but I am getting it sometimes (not systematic) since the Solr4 alpha.

Thanks for your help.

Reply via email to