Updating Lucene Index Dynamically

2008-05-09 Thread Aamir.Yaseen
Hi, I am using Lucene 2.1.0 at the moment and I have huge data which is being indexed. I am re indexing my data on daily basis. Now I would like to index my data dynamically at any point in time. I cannot afford to re index whole data due to its huge size and time it requires. How can I

Re: Updating Lucene Index Dynamically

2008-05-09 Thread Erick Erickson
See the IndexModifier class. This assumes that by dynamically modify you mean change existing documents. If all you're doing is adding new documents, you can freely add new docs to an existing index. There's a parameter on IndexWriter that determines whether your index is opened for appending or