Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 34120 invoked from network); 26 Apr 2005 17:57:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2005 17:57:44 -0000 Received: (qmail 52325 invoked by uid 500); 26 Apr 2005 17:58:22 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 52278 invoked by uid 500); 26 Apr 2005 17:58:21 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 52260 invoked by uid 99); 26 Apr 2005 17:58:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 26 Apr 2005 10:58:21 -0700 Received: by ehatchersolutions.com (Postfix, from userid 504) id 8D2F313E2125; Tue, 26 Apr 2005 13:57:33 -0400 (EDT) Received: from [128.143.167.108] (d-128-167-108.bootp.Virginia.EDU [128.143.167.108]) by ehatchersolutions.com (Postfix) with ESMTP id 5DD4313E2006 for ; Tue, 26 Apr 2005 13:54:07 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <7b87034105042610383a1a3e12@mail.gmail.com> References: <7b87034105042610383a1a3e12@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: a new way to update without delete+add Date: Tue, 26 Apr 2005 13:54:02 -0400 To: java-dev@lucene.apache.org X-Mailer: Apple Mail (2.619.2) X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on javelina X-Spam-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Level: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Apr 26, 2005, at 1:38 PM, Nicolas Maisonneuve wrote: > One of the pb in Lucene is the updating of document. > With this patch, you can update documents very quickly. (see test > case) > > http://issues.apache.org/bugzilla/show_bug.cgi?id=34563 This is not the link you meant. Here's the one you just submitted: http://issues.apache.org/bugzilla/show_bug.cgi?id=34629 > > 1 -this patch wasn't tested a lot, so bugs/optimization can be found. > (but the idea is ok). > I added it in the bugzilla site so that developpers could fix it if > some bugs are found. > > 2- this patch doesn't support Term Vector > > 3- this patch works for optimized and no compounded index . > > 4- it's just to update doc, no for create new doc > > > Nicolas Maisonneuve > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org