Re: How Can I let my many application can Know the Index change,but Not need re-open Index.

2007-05-24 Thread Stephen Gray
Hi, My understanding is that once you have added documents to your index you need to close and reopen your IndexReader and Searcher, otherwise the documents added will not be available to these. You might want to try LuceneIndexAccessor (http://www.blizzy.de/lucene/lucene-indexaccess-0.1.0.zip) w

How Can I let my many application can Know the Index change,but Not need re-open Index.

2007-05-24 Thread 童小军
I have some application will indexing new data to one Index Directory. And other some application will read the index and Data Mining. But my Mining Application must re-open the index Directory. The Index file have 5G . and must real time mining . How Can I do it at many computer at one n