Hi there, I'm doing a little test to find out what is the better implementation for my situation.
I'm indexing 18,000 docs and using 3 different Directory implementation but result shows that RAMDiretory --> 22 minutes FSDirectory--> 24 minutes MMapDirectory --> 24 minutes I wonder why RAMDirectory doesn't win over others? Can someone explain this? Floyd