Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 66895 invoked from network); 3 Feb 2007 01:08:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2007 01:08:54 -0000 Received: (qmail 63950 invoked by uid 500); 3 Feb 2007 01:08:55 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 63920 invoked by uid 500); 3 Feb 2007 01:08:55 -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 63908 invoked by uid 99); 3 Feb 2007 01:08:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 17:08:55 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of erickerickson@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 17:08:46 -0800 Received: by nf-out-0910.google.com with SMTP id a27so1308797nfc for ; Fri, 02 Feb 2007 17:08:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NizOAL6v1L2LrjgPTGE0+9/Vb38dhvjq+1lDYcGoWYarbIiMAv/n/61arTmhTsdQCNHHb9NX8PTh3+6eIXrrtd5N0cUY2cZ0MZLD4QysrvUaixeorpGIZzqZh9Kj4ArLP3tQaxsgM8Pf9iE2DtFLZDbU2Mxj4r4glJ9cQR/R1wc= Received: by 10.82.183.19 with SMTP id g19mr395138buf.1170464904016; Fri, 02 Feb 2007 17:08:24 -0800 (PST) Received: by 10.82.162.9 with HTTP; Fri, 2 Feb 2007 17:08:23 -0800 (PST) Message-ID: <359a92830702021708g739effebh7b7aeeaaf708645d@mail.gmail.com> Date: Fri, 2 Feb 2007 20:08:23 -0500 From: "Erick Erickson" To: java-user@lucene.apache.org Subject: Re: adding keywords to a field In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37819_9621899.1170464903991" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37819_9621899.1170464903991 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline No. Update-in-place has been on the wish list for some time. To modify a document, you must delete and re-add it. Which can be a problem if the document has fields that are not stored.... Best Erick On 2/2/07, S Edirisinghe wrote: > > Hi, > > Is is possible to add keywords to a field? for example if I add a field to > a > document and then I save it to the index, after that I find it again for > edit, and want to add a nother keyword for the field. What is the new api > call to add to a stored keyword field? > > thanks > ------=_Part_37819_9621899.1170464903991--