Re: StreamingUpdateSolrServer#handleError

2011-09-06 Thread Leonardo Souza
, Inspecting StreamingUpdateSolrServer#handleError i can't see how to keep track of failures, i'd like to discover which documents failed during the request. thanks in advance! -- Leonardo S Souza - Mark Miller lucidimagination.com 2011.lucene-eurocon.org | Oct 17-20 | Barcelona

Re: StreamingUpdateSolrServer#handleError

2011-09-06 Thread simon
will see the results? Alternatively, you can subclass and impl that method however you'd like. On Sep 5, 2011, at 6:36 PM, Leonardo Souza wrote: Hi, Inspecting StreamingUpdateSolrServer#handleError i can't see how to keep track of failures, i'd like to discover which

Re: StreamingUpdateSolrServer#handleError

2011-09-06 Thread Yonik Seeley
On Tue, Sep 6, 2011 at 6:56 PM, simon mtnes...@gmail.com wrote: If you're batching the documents when you send them to Solr with the #add method, you may be out of luck - Solr doesn't do a very good job of reporting which document in a batch caused the failure. If you reverted to

StreamingUpdateSolrServer#handleError

2011-09-05 Thread Leonardo Souza
Hi, Inspecting StreamingUpdateSolrServer#handleError i can't see how to keep track of failures, i'd like to discover which documents failed during the request. thanks in advance! -- Leonardo S Souza

Re: StreamingUpdateSolrServer#handleError

2011-09-05 Thread Mark Miller
The default impl logs with slf4j - just setup logging properly and you will see the results? Alternatively, you can subclass and impl that method however you'd like. On Sep 5, 2011, at 6:36 PM, Leonardo Souza wrote: Hi, Inspecting StreamingUpdateSolrServer#handleError i can't see how