Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am doing a POC on Search using Lucene.NET.

I fire a stored procedure which fetches around 50000 records from the database.
Thses records I put in the Lucene Index.

Now when the records in database changes, how to update the Lucene index.
Deleting the entire previous indexed and creating a new one will take a lot of time.

I want to append the new records from the database to the existing index.

How can I achieve this.
Any ideas ???

Thanks,
Aneesh
Posted

1 solution

While I don't do a lot with Lucene.NET, I believe this link will give you the information you need:

http://manfredlange.blogspot.com/2010/07/updating-lucene-index-green-version.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900