What is the best way to allow multiple processess to modify a lucene.NEt index without locking or conflicts?
What is the code used to add “locking” to directories so that multiple sources can modify/search the index with no interferance?
I would like to make it as resilient as possible.
Thanks,
Eli
Lucene does not allow multiple processes to modify an index simulatneously. If you have multiple processes that want to modify a lucene index, your options are: