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
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
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
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
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