Re: Solr1.4 and snapinstalling/optimize script

2009-08-12 Thread Chris Hostetter
: I noticed in recent SVN versions the example/solr/bin dir has been empty. FYI: example/solr/bin is empty, because thescripts aren't part of the example anymore ... but the scripts themselves are still included in the releases (src/scripts) -Hoss

Re: Solr1.4 and snapinstalling/optimize script

2009-08-12 Thread KaktuChakarabati
got it, thanks! Is the whole updateHandler interface documented somewhere currently on the wiki? I think it will benefit all users to have this laid out nicely, I was looking around for this and couldnt easily find it in there. -Chak Yonik Seeley-2 wrote: > > Then replace commit with optimize

Re: Solr1.4 and snapinstalling/optimize script

2009-08-12 Thread Erik Hatcher
Same works with optimize... /solr/update?optimize=true Erik On Aug 12, 2009, at 2:43 PM, KaktuChakarabati wrote: Hey Yonik, Thanks for the quick reply, However my first question was more specific: * I'm not worried about a commit but about the *optimize* operation which I might w

Re: Solr1.4 and snapinstalling/optimize script

2009-08-12 Thread Yonik Seeley
Then replace commit with optimize? curl 'http://localhost:8983/solr/update?optimize=true' -Yonik http://www.lucidimagination.com On Wed, Aug 12, 2009 at 2:43 PM, KaktuChakarabati wrote: > > Hey Yonik, > Thanks for the quick reply, However my first question was more specific: > * I'm not worrie

Re: Solr1.4 and snapinstalling/optimize script

2009-08-12 Thread KaktuChakarabati
Hey Yonik, Thanks for the quick reply, However my first question was more specific: * I'm not worried about a commit but about the *optimize* operation which I might want to run very infrequently in respect to commits ( e.g I can commit every 15 minutes but optimize once a day ) Yonik Seeley-

Re: Solr1.4 and snapinstalling/optimize script

2009-08-12 Thread Yonik Seeley
A script isn't really needed for something as simple as a commit: curl 'http://localhost:8983/solr/update?commit=true' -Yonik http://www.lucidimagination.com On Wed, Aug 12, 2009 at 2:27 PM, KaktuChakarabati wrote: > > Hey, > I noticed in recent SVN versions the example/solr/bin dir has been emp