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

2014-08-03 Thread Gopal Patwa
ttp.HttpParser.parseNext(HttpParser.java:957) > > > > -Original Message- > > From: Jack Krupansky [mailto:j...@basetechnology.com] > > Sent: Wednesday, July 30, 2014 5:53 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Identify specific docum

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
y -Original Message- From: Liram Vardi Sent: Wednesday, July 30, 2014 9:25 AM To: solr-user@lucene.apache.org Subject: Identify specific document insert error inside a solrj batch request Hi All, I have a question regarding the use of HttpSolrServer (SolrJ). I have a collection of SolrInput

Identify specific document insert error inside a solrj batch request

2014-07-30 Thread Liram Vardi
Hi All, I have a question regarding the use of HttpSolrServer (SolrJ). I have a collection of SolrInputDocuments I want to send to Solr as a batch. Now, let's assume that one of the docs inside this collection is corrupted (missing some "required" field). When I send the batch of docs to solr usi