Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 8532 invoked from network); 1 Dec 2008 08:29:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 08:29:58 -0000 Received: (qmail 77511 invoked by uid 500); 1 Dec 2008 08:30:01 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 77480 invoked by uid 500); 1 Dec 2008 08:30:01 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 77469 invoked by uid 99); 1 Dec 2008 08:30:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 00:30:01 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.191.85.213] (HELO smtp103.mail.mud.yahoo.com) (209.191.85.213) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 01 Dec 2008 08:28:31 +0000 Received: (qmail 90019 invoked from network); 1 Dec 2008 08:28:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=wq5dHuCQml5i0ov15U3LyBKEbGZNAa7ZCp1KuPY1+VvPT1SVfflRqSscjVqx9CmvuHvGmAYZe/daUKH427Dl25vL/QMfuPdVdW4mOC5r3quo3ATjOI8lR9G0QFSXzHzMYeCWvxVtx138O2L+UWXAUoSBSoX7vdLMiyPOgAqPzUU= ; Received: from unknown (HELO GaneshM) (emailgane@203.98.194.130 with login) by smtp103.mail.mud.yahoo.com with SMTP; 1 Dec 2008 08:28:16 -0000 X-YMail-OSG: pAawIb8VM1m5vwPTIhJR0k82abBD5PFCF9KOCnfrDeJOwut7.KI6rh3SylLWjzAOUggVpeyDEDRPRC9xki9Mrzh9h3tF.96AcwMs2pc1_Oq7hai5M2AmtWz.mGjx55DJEK0pk6rzKsgbM_SY1TpsrUlFgydhQYoiFtZmm_FgJXhDJPwe_aY_xeeFWYe.Hw-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <114d01c9538e$c24f5410$330bc30a@sv.us.sonicwall.com> From: "Ganesh" To: References: <06f501c94ee4$9805d980$330bc30a@sv.us.sonicwall.com> Subject: Re: Marked for deletion Date: Mon, 1 Dec 2008 13:58:11 +0530 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Checked: Checked by ClamAV on apache.org 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 should be aware of which core or instance it want to communicate? Regards Ganesh ----- Original Message ----- From: "Erik Hatcher" 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 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 order to >> update, I am planning to use RMI and create a single application which >> does both index and search and also exposes some search and delete >> methods. >> >> Is there any other way to achieve this? > > Perhaps consider using Solr if you're going to wrap Lucene with some sort > of service layer. It already takes care of the bulk of the hard stuff > that you'd end up having to deal with (warming, etc). > > Erik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > Send instant messages to your online friends http://in.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org