Re: Marked for deletion

2008-12-01 Thread Erik Hatcher
On Dec 1, 2008, at 3:28 AM, Ganesh wrote: I need to index voluminous data and i plan to shard it. The client may not know which shard db to query. Server will take care of complete shard management. I have done almost 50% of development with Lucene. In case of Solr, i think the client sh

Re: Marked for deletion

2008-12-01 Thread Ganesh
want to communicate? Regards Ganesh - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 25, 2008 4:45 PM Subject: Re: Marked for deletion On Nov 25, 2008, at 5:00 AM, Ganesh wrote: My index application is a separate proce

Re: Marked for deletion

2008-11-25 Thread Erik Hatcher
On Nov 25, 2008, at 5:00 AM, Ganesh wrote: My index application is a separate process and my search application is part of web ui. When User performs delete, i want to do mark for deletion. I think i have no other option other than to update the document, but index app is a separate proce

Marked for deletion

2008-11-25 Thread Ganesh
Hello all, My index application is a separate process and my search application is part of web ui. When User performs delete, i want to do mark for deletion. I think i have no other option other than to update the document, but index app is a separate process and it uses index writer. In orde