I have an indexing function named "Execute()" using IndexWriter to index my site's content. It works great if I simply called it from a web page, but failed when I have ...
I want to be able to search by multiple clients and index at the same time in Lucene.Net
Is it possible and thread safe?
Can the same instance of IndexSearcher be shared ...