Re: StreamingUpdateSolrServer - Failure during indexing

2012-09-04 Thread Mark Miller
You can override the method that logs the error - then parse the msg for the doc ids? On Tue, Sep 4, 2012 at 6:03 AM, Kissue Kissue wrote: > Hi Lance, > > As far as i can see, one document failing does not fail the entire update. > From my logs i can see the error logged in the logs but indexing

Re: StreamingUpdateSolrServer - Failure during indexing

2012-09-04 Thread Kissue Kissue
Hi Lance, As far as i can see, one document failing does not fail the entire update. >From my logs i can see the error logged in the logs but indexing just continues to the next document. This happens with the StreamingUpdateSolrServer which is multithreaded. Thanks. On Tue, Jun 19, 2012 at 9:58

Re: StreamingUpdateSolrServer - Failure during indexing

2012-06-19 Thread Lance Norskog
When one document fails, the entire update fails, right? Is there now a mode where successful documents are added and failed docs are dropped? If you want to know if a document is in the index, search for it! There is no other guaranteed way. On Sun, Jun 17, 2012 at 3:14 PM, Jack Krupansky wrote

Re: StreamingUpdateSolrServer - Failure during indexing

2012-06-17 Thread Jack Krupansky
You could instantiate an anonymous instance of StreamingUpdateSolrServer that has a "handleError" method that then parses the exception message to get the request URI. If there isn't enough information there, you could add a dummy request option to your original request that was a document iden