Re: Solr commits automatically on appserver shutdown

2008-03-29 Thread Yonik Seeley
On Fri, Mar 28, 2008 at 2:05 PM, Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]> wrote: > hi, > I am willing to work on this if you can give me some pointers as to > where to start? DirectUpateHandler2 implements it's own duplicates removal, which is no longer necessary. -Yonik

Re: Solr commits automatically on appserver shutdown

2008-03-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi, I am willing to work on this if you can give me some pointers as to where to start? On Thu, Mar 27, 2008 at 9:48 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Thu, Mar 27, 2008 at 12:11 AM, Noble Paul നോബിള്‍ नोब्ळ् > > <[EMAIL PROTECTED]> wrote: > > > Can I make an API call to remove the

Re: Solr commits automatically on appserver shutdown

2008-03-26 Thread Yonik Seeley
On Thu, Mar 27, 2008 at 12:11 AM, Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]> wrote: > Can I make an API call to remove the stale indexsearcher so that the > documents do not get committed? > > Basically what I need is a 'rollback' feature This should be possible when Solr starts using Lucene

Re: Solr commits automatically on appserver shutdown

2008-03-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
Can I make an API call to remove the stale indexsearcher so that the documents do not get committed? Basically what I need is a 'rollback' feature --Noble On Wed, Mar 26, 2008 at 9:08 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 26, 2008 at 10:18 AM, Noble Paul നോബിള്‍ नोब्ळ् > <

Re: Solr commits automatically on appserver shutdown

2008-03-26 Thread Yonik Seeley
On Wed, Mar 26, 2008 at 10:18 AM, Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]> wrote: > If my appserver fails during an update or if I do a planned shutdown > without wanting to commit my changes Solr does not allow it?. > It commits whatever unfinished changes. > Is it by design? > Can I cha