I'm wondering if there are any recommendations, best practises or top-tips for integrating a Lucene.NET based search into an ASP.NET MVC web application?
Things I've read (or think I've read) in various places include the following:
- One
IndexWriter
, manyIndexReader
s - When the index is updated, reset/ re-initialise the
IndexReader
s
Are there any other useful tips or resources I should read before starting?
Thanks,
Kieron