I need to improve performance of my Lucene search query.
Can I use RAMDirectory?Does it optimize performance?Is there any index size limit for this?
I would appreciate if someone could list pros and ...
I have been working with Lucene.Net and FSDirectory for some time now, so I am familiar with the basics of working with it. However, I am now attempting to rewrite some ...