RE: IOExceptions during search

2014-09-08 Thread Uwe Schindler
September 08, 2014 11:09 AM > To: java-user@lucene.apache.org > Subject: IOExceptions during search > > Hello :) > > We have a customer who's system keeps crashing at certain queries. > At default we use Mmap directory for search as it usually gives us the best >

IOExceptions during search

2014-09-08 Thread Shlomit Rosen
Hello :) We have a customer who's system keeps crashing at certain queries. At default we use Mmap directory for search as it usually gives us the best performance. Although the heap usage seemed normal, we asked them to switch to NIOFSDirectory to make sure it's not a memory issue... The sys