Re: Lucene search result no stable

2004-01-23 Thread Ardor Wei
Thanks, Morus, Our real web server, database and the directory Lucene writes in physically share the same computer. File system is Win FAT. For java.io.tmpdir, do you mean I need to explicitly set it as system environment variable or set it in a property file? Thanks again! --- Morus Walter

Re: Lucene search result no stable

2004-01-21 Thread Morus Walter
Ardor Wei writes: What might be the problem? How to solve it? Any suggestion or idea will be appreciated. The only problem with locking I saw so far is that you have to make sure that the temp dir is the same for all applications. Lucene 1.3 stores it's lock in the directory that is defined

Lucene search result no stable

2004-01-20 Thread Ardor Wei
Hi, experts, Our application pulls data out of DB and write as lucene document every 5 minutes. We use a loop to keep updating document. But we only use 1 writing thread and always closes IndexWriter once we finish writing. Unfortunately, we always got IOException and FileNotFoundException ( I