Re: when indexing, java.io.FileNotFoundException

2005-02-03 Thread Chris Lu
Thank you for your reply. I am already using compound file format, and the minMergeDocs is already increased to 50. As my understanding and observation, files are compounded at the end of indexing. The error happens when indexing, so compound file format should not matter. Chris Lu Will Allen

RE: when indexing, java.io.FileNotFoundException

2005-02-03 Thread Will Allen
Increase the minMergeDocs and use the compact file format when creating your index. http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/index/IndexWriter.html http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/index/IndexWriter.html#setUseCompoundFile(boolean) -Original Mes