Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 88017 invoked from network); 22 Mar 2011 09:10:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 09:10:26 -0000 Received: (qmail 91005 invoked by uid 500); 22 Mar 2011 09:10:24 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 90964 invoked by uid 500); 22 Mar 2011 09:10:24 -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 90956 invoked by uid 99); 22 Mar 2011 09:10:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 09:10:24 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=HTML_MESSAGE,URI_HEX X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of shrinath.m@webyog.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 09:10:20 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1Q1xbD-0003RV-FO for java-user@lucene.apache.org; Tue, 22 Mar 2011 02:09:59 -0700 Date: Tue, 22 Mar 2011 02:09:59 -0700 (PDT) From: "shrinath.m" To: java-user@lucene.apache.org Message-ID: In-Reply-To: <4D885888.2070309@wyona.com> References: <1300777191612-2713888.post@n3.nabble.com> <4D885888.2070309@wyona.com> Subject: Re: Is it possible to update only selected fields in a document ? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14224_15239701.1300784999472" ------=_Part_14224_15239701.1300784999472 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On Tue, Mar 22, 2011 at 1:37 PM, Michael Wechner [via Lucene] < ml-node+2714008-984126374-376162@n3.nabble.com> wrote: > are you looking for something like > > http://hrycan.com/2009/11/26/updating-document-fields-in-lucene/ > > ? > Precisely that. I am OK with storing the fields, but I wanted to do that without making the *id* field searchable. ( I mean, *not indexed* => Field.Index.NO) Is that possible ? -- Regards Shrinath.M -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-update-only-selected-fields-in-a-document-tp2713888p2714133.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ------=_Part_14224_15239701.1300784999472--