Re: How to speed-up index opening

2007-08-31 Thread Antoine Baudoux
Great! Thanks ! -- Antoine Baudoux Development Manager [EMAIL PROTECTED] Tél.: +32 2 333 58 44 GSM: +32 499 534 538 Fax.: +32 2 648 16 53 Le 31 Aug 2007 à 09:45, Michael Busch a écrit : Antoine Baudoux wrote: From what I have seen in the patch, It re-opens the segments th

Re: How to speed-up index opening

2007-08-31 Thread Michael Busch
Antoine Baudoux wrote: > From what I have seen in the patch, It re-opens the segments tha > have changed. > > So Imagine I always change the biggest sement (because that's where > most docs are and i need to update them frequently) . Will there still > be a benefit of IndexReader.reopen()?

Re: How to speed-up index opening

2007-08-31 Thread Antoine Baudoux
From what I have seen in the patch, It re-opens the segments tha have changed. So Imagine I always change the biggest sement (because that's where most docs are and i need to update them frequently) . Will there still be a benefit of IndexReader.reopen()? -- Antoine Baudoux Development

Re: How to speed-up index opening

2007-08-30 Thread Michael Busch
Antoine Baudoux wrote: > > > That's some good news! > > Any idea on the release date for 2.3? We're aiming for a release in early October. Keep your fingers crossed ;) - Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to speed-up index opening

2007-08-30 Thread Antoine Baudoux
Le 30 Aug 2007 à 05:38, Michael Busch a écrit : Chris Lu wrote: Hi, Antoine, It does take a long time to open the index reader. One thing you could do is to put new documents into one smaller index and re-open it, it should be much faster. We're planning to add a reopen() method to Ind

Re: Re: Re: How to speed-up index opening

2007-08-30 Thread tom
Tom Roberts is out of the office until 3rd September 2007 and will get back to you on his return. http://www.luxonline.org.uk http://www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Re: How to speed-up index opening

2007-08-30 Thread tom
Tom Roberts is out of the office until 3rd September 2007 and will get back to you on his return. http://www.luxonline.org.uk http://www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: How to speed-up index opening

2007-08-30 Thread Antoine Baudoux
Le 29 Aug 2007 à 23:33, Chris Lu a écrit : Hi, Antoine, It does take a long time to open the index reader. One thing you could do is to put new documents into one smaller index and re-open it, it should be much faster. Yes, but there is the problem of deleted /updated documents. Your so

Re: How to speed-up index opening

2007-08-29 Thread Michael Busch
Chris Lu wrote: > Hi, Antoine, > > It does take a long time to open the index reader. > One thing you could do is to put new documents into one smaller index and > re-open it, it should be much faster. > We're planning to add a reopen() method to IndexReader that should significantly speed up re

Re: How to speed-up index opening

2007-08-29 Thread Chris Lu
Hi, Antoine, It does take a long time to open the index reader. One thing you could do is to put new documents into one smaller index and re-open it, it should be much faster. Also, you may need to have one index reader open, and open a new index reader, then close the previous index reader, to e