Re: Exceptions during batch indexing

2014-11-10 Thread Peter Keegan
Yeah, I realized this after getting no responses and sent it to solr-user -
thanks.

On Sat, Nov 8, 2014 at 11:45 PM, Jack Krupansky 
wrote:

> Oops... you sent this to the wrong list - this is the Lucene user list,
> send it to the Solr user list.
>
> -- Jack Krupansky
>
> -Original Message- From: Peter Keegan
> Sent: Thursday, November 6, 2014 3:21 PM
> To: java-user
> Subject: Exceptions during batch indexing
>
>
> How are folks handling Solr exceptions that occur during batch indexing?
> Solr (4.6) stops parsing the docs stream when an error occurs (e.g. a doc
> with a missing mandatory field), and stops indexing. The bad document is
> not identified, so it would be hard for the client to recover by skipping
> over it.
>
> Peter
>
> -
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>


Re: Exceptions during batch indexing

2014-11-08 Thread Jack Krupansky
Oops... you sent this to the wrong list - this is the Lucene user list, send 
it to the Solr user list.


-- Jack Krupansky

-Original Message- 
From: Peter Keegan

Sent: Thursday, November 6, 2014 3:21 PM
To: java-user
Subject: Exceptions during batch indexing

How are folks handling Solr exceptions that occur during batch indexing?
Solr (4.6) stops parsing the docs stream when an error occurs (e.g. a doc
with a missing mandatory field), and stops indexing. The bad document is
not identified, so it would be hard for the client to recover by skipping
over it.

Peter 



-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



Exceptions during batch indexing

2014-11-06 Thread Peter Keegan
How are folks handling Solr exceptions that occur during batch indexing?
Solr (4.6) stops parsing the docs stream when an error occurs (e.g. a doc
with a missing mandatory field), and stops indexing. The bad document is
not identified, so it would be hard for the client to recover by skipping
over it.

Peter