Thank you Uwe.Looking at exploring this option, but it seems we are opening it using a Directory.
Uwe Schindler wrote:
Hi Alan, b) If you need to reopen quite often, don't use the defaults FSDirectory.open(), but instead choose a Directory implementation yourself. To get the behavior of Lucene 3.2, use new NIOFSDirectory(...). But on Linux 64, searches will be slower than with MMap (if you keep readers open).
