Re: How to Update the Index once it is created

2007-05-22 Thread Emmanuel Bernard
ion/updation/deletion of a row) my application should update the >> index. >> >> >> >> Thanks in advance. >> >> >> >> >> >> Krishna Prasad M >> >> >> >> > > -- View this message in context: http://

Re: How to Update the Index once it is created

2007-05-21 Thread Chris Lu
have one more doubt. How can I update a >> index once created from Oracle, instead of recreating the whole. >> Whenever there is a change in the oracle table >> (insertion/updation/deletion of a row) my application should update the >> index. >> >> >> >> Thanks

Re: How to Update the Index once it is created

2007-05-21 Thread bhecht
advance. >> >> >> >> >> >> Krishna Prasad M >> >> >> >> > > -- View this message in context: http://www.nabble.com/How-to-Update-the-Index-once-it-is-created-tf3752208.html#a10724708 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to Update the Index once it is created

2007-05-14 Thread Erick Erickson
You have to delete the old document and add it a new one. See IndexModifier class. There is no ability to modify a document in place. Best Erick On 5/14/07, Krishna Prasad Mekala <[EMAIL PROTECTED]> wrote: Hi All, Thanks for your response. I have one more doubt. How can I update a index o

Re: How to Update the Index once it is created

2007-05-14 Thread Jyoti Narula Ranjan
Hi Krishna I am also new to Lucene and it seems that the response to your query was made directly to you. May I request you to forward the replies to me as well, so I may refer to these when needed. Thanks Regards Jyoti Krishna Prasad Mekala wrote: > Hi All, > > > > Thanks for your response. I

How to Update the Index once it is created

2007-05-14 Thread Krishna Prasad Mekala
Hi All, Thanks for your response. I have one more doubt. How can I update a index once created from Oracle, instead of recreating the whole. Whenever there is a change in the oracle table (insertion/updation/deletion of a row) my application should update the index. Thanks in advance.