Hi,
I have an Asp.Net MVC app and I am looking into implementing a search engine that will search for individuals. I would like to use Nhibernate Search & Lucene.Net as this will keep the index in sync when an individual is inserted or updated, resulting in changes being visible when a user runs a search.
The issue I have is what if multiple users are updating the index at the same time, how does Nhibernate Search handle this? Is Lucene responsible for locking?
Any help will be greatly appreciated.
Regards
Spam