I just opened an issue explaining my solution: https://issues.apache.org/jira/browse/SOLR-1004
Shalin Shekhar Mangar wrote: > > On Tue, Feb 3, 2009 at 4:06 PM, Marc Sturlese > <[email protected]>wrote: > >> >> Doing that, once a doc is aborted in DocBuilder, it will not keep >> checking >> all other docs and abort will finish soon. >> I think it could be done in the function deleteAll(deletedKeys); in case >> the >> amount of docs to delete is huge aswell. >> >> Has to do that any bad consequence? In case not... do you think it would >> be >> useful to add it in dataimporthandler for other use cases? >> > > You are right Marc. We should be getting out of that loop (in > buildDocument > as well as in collectDelta) if abort is called. Can you please a raise an > issue in jira? > > -- >> View this message in context: >> http://www.nabble.com/DIH-stopping-an-action-tp21805669p21807365.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >> > > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/DIH-stopping-an-action---possible-improvement-tp21805669p21808760.html Sent from the Solr - User mailing list archive at Nabble.com.
