RE: File Handles issue

2001-10-15 Thread Scott Ganyo
Thanks for the detailed information, Doug! That helps a lot. Based on what you've said and on taking a closer look at the code, it looks like by setting mergeFactor and maxMergeDocs to Integer.MAX_VALUE, an entire index will be built in a single segment completely in memory (using the

RE: File Handles issue

2001-10-15 Thread Doug Cutting
From: Scott Ganyo [mailto:[EMAIL PROTECTED]] Thanks for the detailed information, Doug! That helps a lot. Based on what you've said and on taking a closer look at the code, it looks like by setting mergeFactor and maxMergeDocs to Integer.MAX_VALUE, an entire index will be built in a

AW: RAMDirectory question

2001-10-15 Thread Maik Schreiber
Is it possible to load the RAMDirectory index from a file or another source so as to keep from having to build the index from scratch every time the application starts? I like having the index in memory, but I don't like having to rebuild the index every time I restart the server. I think this