Re: Identify specific document insert error inside a solrj batch request

2014-08-03 Thread Gopal Patwa
lerCollection.java:255) > > at > > > org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) > > at > > > org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) > > at org.eclipse.jetty.server.Ser

Re: Identify specific document insert error inside a solrj batch request

2014-08-02 Thread Umesh Prasad
ion.handleRequest(BlockingHttpConnection.java:53) > at > org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:960) > at > org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1021) > at

RE: Identify specific document insert error inside a solrj batch request

2014-07-31 Thread Liram Vardi
M To: solr-user@lucene.apache.org Subject: Re: Identify specific document insert error inside a solrj batch request Agreed that this is a problem with Solr. If it was merely "bad input", Solr should be returning a 4xx error. I don't know if we already have a Jira for this. If

Re: Identify specific document insert error inside a solrj batch request

2014-07-30 Thread Jack Krupansky
Agreed that this is a problem with Solr. If it was merely "bad input", Solr should be returning a 4xx error. I don't know if we already have a Jira for this. If not, one should be filed. There are two issues: 1. The status code should be 4xx with an appropriate message about "bad input".