RE: Lucene index performance

2007-06-22 Thread Andreas Guther
its aggregates as a single Lucene document which made the reading faster. Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 8:05 PM To: java-user@lucene.apache.org Subject: RE: Lucene index performance Hi Andreas, I am very

Re: Lucene index performance

2007-06-22 Thread Otis Gospodnetic
- Original Message From: Lee Li Bin <[EMAIL PROTECTED]> I would like to know how's the performance during indexing and searching of results on a large index files would be like. OG: It depends ;) - on your hardware (fast disk? lots of RAM? multi-CPU? multi-core?) - on the size of data

RE: Lucene index performance

2007-06-19 Thread Fang_Li
: Monday, June 18, 2007 4:00 AM To: java-user@lucene.apache.org Subject: Re: Lucene index performance Searching on multiple index files is incredible fast. We have 10 different index folders with different sizes. All folders together have a size of 7 GB. Results come back usual within less than 50 ms

Re: Lucene index performance

2007-06-17 Thread Andreas Guther
Searching on multiple index files is incredible fast. We have 10 different index folders with different sizes. All folders together have a size of 7 GB. Results come back usual within less than 50 ms. Getting results out of the index i.e. reading documents is expensive and you will have to spe

Re: Lucene index performance

2007-06-17 Thread Mark Miller
Lee Li Bin wrote: Hi, I would like to know how's the performance during indexing and searching of results on a large index files would be like. Fast. And is it possible to create multiple index files and search across multiple index files? Yes. If possible, may I know how could it be d