There are many kind of directory types that can be used to build a Lucene index. Which one is best suited to improve search speed on a RedHat machine (not sure if the OS is relevant or not)?
RAMDirectory- Cannot use, index is too bigSimpleFSDirectory- Cannot be this one because it's 'Simple'...MMapDirectory- Maybe this one?NIOFSDirectory- Or this one?Any better options?