Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 24485 invoked from network); 20 Mar 2007 17:11:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 17:11:59 -0000 Received: (qmail 1523 invoked by uid 500); 20 Mar 2007 17:12:04 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 1487 invoked by uid 500); 20 Mar 2007 17:12:04 -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 1476 invoked by uid 99); 20 Mar 2007 17:12:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 10:12:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alex.kern@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 10:11:56 -0700 Received: by ug-out-1314.google.com with SMTP id k40so1824102ugc for ; Tue, 20 Mar 2007 10:11:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GY+3LEOEz7NRPT2EG21HFSRN/P1F/fSM1+TNHfc2I2rHW47Sly8NCn7EPYJwCHZcbkCjoj3ssoSxZcijXFPcXXfeLnX+rmHbN14ZE4Jccih3hhKunUQby68+hrxU8a3sxjh0pz/H4OmsXvKOoRUoH9FTzw9wDtXSj0obUInw+VE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sbYs9t1humW3idOPX6JvOZiaifuRj53uG6hAW5NTm2leP3C1e/M1uktkYDkyqLseZozQ4SVrCKqvEBtOlkUdP+X2o/21TxiWH8o/iVTCuoa07ZXAatCA2Oyu6QXx6QolyjklH3I0Z7GbUNjoKZWna+Rva2XChmKjBySdk0MN+YI= Received: by 10.35.81.1 with SMTP id i1mr13133729pyl.1174410694162; Tue, 20 Mar 2007 10:11:34 -0700 (PDT) Received: by 10.35.110.20 with HTTP; Tue, 20 Mar 2007 10:11:33 -0700 (PDT) Message-ID: <31e815570703201011q4d44c9bdu53491acb11448a3b@mail.gmail.com> Date: Tue, 20 Mar 2007 18:11:33 +0100 From: "Alexander Kern" To: java-dev@lucene.apache.org Subject: future releases: Append Function for Indexing MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org As for now, when ever the index of a document needs to be updated, the complete document needs to be deleted, then newly indexed & finally added to the index repository. If, however, information merely needed to be added to the existing document (->appended), the described procedure creates a great overhead. Up to now Lucene does not provide an 'append' function. My question is: Is an 'append' function (or something similar) planned for future releases, and if not, which classes would be most suitable for such a function (and contain the functions needed to support such a function) if I would want to edit the source to fit my needs. Many thanks in advance - Alexander --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org