Re: asking about incremental update

2010-08-20 Thread Grant Ingersoll
On Aug 19, 2010, at 7:55 AM, Yakob wrote: > do you reckon I should use a timer or a thread instead to periodically > update the index? That's likely what most people do, setup something to watch a directory or check a timestamp. If your data is in a DB, then you can do a query to get what's c

Re: asking about incremental update

2010-08-19 Thread Yakob
do you reckon I should use a timer or a thread instead to periodically update the index? On 8/19/10, findbestopensource wrote: > Hi jacobian, > > Lucene will not do incremental update by iteself. Lucene is just a > library. Your app should periodically add the content to the index and > once done

Re: asking about incremental update

2010-08-19 Thread findbestopensource
Hi jacobian, Lucene will not do incremental update by iteself. Lucene is just a library. Your app should periodically add the content to the index and once done, reopen the reader to get your changes reflected. Regards Aditya www.findbestopensource.com On Thu, Aug 19, 2010 at 12:13 PM, Yakob w

asking about incremental update

2010-08-18 Thread Yakob
hello all, you may remember me as the one who ask about how to understand lucene in the previous email,but I have now been able to create a sample application of lucene. I read the book and able to test it. which to me is very great, as I am a new learner. here is my proof. http://jacobian.web.id