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
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
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
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