Posted By:
sudarshan_angirash
Posted On:
Thursday, May 31, 2007 04:00 AM
you can regularly update your index file in lucene.
in lucene's index file the content is identified on the base of an unique ID. you just need to send the id to index table and edit the index entry of that particular content, with doing complete re-indexing.
-cheers