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
- 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
: 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
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
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