Re: Fwd: lucene indexing and merge process

2007-10-18 Thread Mark Miller
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

Re: Fwd: lucene indexing and merge process

2007-10-18 Thread Doug Cutting
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