Hoss has worked on a new FieldCache implementation that should address
this if finished and used with the new reopen. I have been meaning to
look at it in greater detail myself, but havn't gotten at it. It sounds
as if he has been a bit too busy to be be able to work on it himself. It
would onl
Erik Hatcher wrote:
2) Load/Warmup the FieldCache (for large corpus, loading up the
indexreader can be slow)
With the new IndexReader#reopen(), the cost of opening a new IndexReader
is much reduced. However, loading a FieldCache is not that much faster,
so that may or may not be enough to ma
Forwarding this to java-dev per request. Seems like the best place
to discuss this topic.
Erik
Begin forwarded message:
From: "John Wang" <[EMAIL PROTECTED]>
Date: October 17, 2007 5:43:29 PM EDT
To: [EMAIL PROTECTED]
Subject: lucene indexing and merge process
Hi Erik:
We are