RE: Lucene on Windows

2003-10-21 Thread Stephane Vaucher
ng [mailto:[EMAIL PROTECTED] > Sent: October 21, 2003 12:37 PM > To: Lucene Users List > Subject: Re: Lucene on Windows > > > Tate Avery wrote: > > You might have trouble with "too many open files" if you set your mergeFactor too > > high. For example, on my Win

RE: Lucene on Windows

2003-10-21 Thread Tate Avery
us a final optimize) would be faster than 10,000 little merges if the mergeFactor was set to 10 (for the same corpus). Maybe this is not the case. Tate -Original Message- From: Doug Cutting [mailto:[EMAIL PROTECTED] Sent: October 21, 2003 12:37 PM To: Lucene Users List Subject: Re:

Re: Lucene on Windows

2003-10-21 Thread Doug Cutting
Tate Avery wrote: You might have trouble with "too many open files" if you set your mergeFactor too high. For example, on my Win2k, I can go up to mergeFactor=300 (or so). At 400 I get a too many open files error. Note: the default mergeFactor of 10 should give no trouble. Please note that it is

Re: Lucene on Windows

2003-10-21 Thread Otis Gospodnetic
A very rough and simple 'add a single document to the index' test shows that the Compound Index is marginally slower than the traditional one. I did not test searching. Otis --- Eric Jain <[EMAIL PROTECTED]> wrote: > > The CVS version of Lucene has a patch that allows one to use a > > 'Compound I

Re: Lucene on Windows

2003-10-21 Thread Eric Jain
> The CVS version of Lucene has a patch that allows one to use a > 'Compound Index' instead of the traditional one. This reduces the > number of open files. For more info, see/make the Javadocs for > IndexWriter. Interesting option. Do you have a rough idea of what the performance impact of usin

Re: Lucene on Windows

2003-10-20 Thread Marco Tedone
I'm using Lucene on Windows without problems. - Original Message - From: "Steve Jenkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Steve Jenkins" <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 5:00 PM Subject: Lucene on Windows Hi, Wonder if anyone can help. Has anyone used

RE: Lucene on Windows

2003-10-20 Thread Otis Gospodnetic
y linux box, I got the 'too many open' error on > mergeFactor=300 (and 200). So, I am using 100. > > > Tate > > > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: October 20, 2003 12:11 PM > To: Lucene Users List > Subject: Re: L

RE: Lucene on Windows

2003-10-20 Thread Tate Avery
I got the 'too many open' error on mergeFactor=300 (and 200). So, I am using 100. Tate -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: October 20, 2003 12:11 PM To: Lucene Users List Subject: Re: Lucene on Windows On Monday, October 20, 2003, at 12:0

Re: Lucene on Windows

2003-10-20 Thread Erik Hatcher
On Monday, October 20, 2003, at 12:00 PM, Steve Jenkins wrote: Hi, Wonder if anyone can help. Has anyone used Lucene on a Windows environment? Anyone know of any documentation specifically focused on doing that? Or anyone know of any gotchas to avoid? Yup, used Lucene on Windows lots. Is there