Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 69581 invoked from network); 8 Dec 2009 15:56:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Dec 2009 15:56:20 -0000 Received: (qmail 85542 invoked by uid 500); 8 Dec 2009 15:56:18 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 85454 invoked by uid 500); 8 Dec 2009 15:56:17 -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 85444 invoked by uid 99); 8 Dec 2009 15:56:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2009 15:56:17 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of erickerickson@gmail.com designates 209.85.220.224 as permitted sender) Received: from [209.85.220.224] (HELO mail-fx0-f224.google.com) (209.85.220.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2009 15:56:14 +0000 Received: by fxm24 with SMTP id 24so5498644fxm.11 for ; Tue, 08 Dec 2009 07:55:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=bFaKWDWIGej5pISTS/5ibdwJzAhMcfIoOigH1J0adP8=; b=dR0EVjV0jVPR2TC3dyXyXjheRSNEgb+j1ZRkn4r3+8n3h0Up7yY++UXRAvZiOzPLlq vz61fmf1BjR5B7RAj3J7CtntH1BYTDdjuu+Njjem0ojd1Q3Jfg2q9G+ypCFCEF1NNLEu GbkFrefpovdEXUfsn+g4pcfmtLo4th2MfZ8uc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Ml5JgqEzKJscwyX77kkxbdmbIAQjRgNn+zcjOyk3C6FdY7kFiDZdgt5hvnP/2GI9Ob vSerVYfGYXwhg4yLTFwr1Gg+5t/uT/QdNy0exTB7jdCeRRLjs+VcHBvv/YqXMTuWpapF V44h2dUrI40htUc6CuvASAg8tKabpS/Q5tI5M= MIME-Version: 1.0 Received: by 10.216.87.67 with SMTP id x45mr2886887wee.18.1260287752748; Tue, 08 Dec 2009 07:55:52 -0800 (PST) In-Reply-To: References: Date: Tue, 8 Dec 2009 10:55:52 -0500 Message-ID: <359a92830912080755t53ed8447v6eb5b753a8282965@mail.gmail.com> Subject: Re: question related to Indexing From: Erick Erickson To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0016e6d99eadd13d7a047a399ba1 --0016e6d99eadd13d7a047a399ba1 Content-Type: text/plain; charset=ISO-8859-1 You're right, it *does* seem strange .... I'm having a really hard time imagining a use-case for this capability, so it's hard to suggest an approach. Perhaps you could supply an outline of your use-case? This may be an XY problem. Best Erick On Tue, Dec 8, 2009 at 10:12 AM, Phanindra Reva wrote: > Hello All, > I am a newbie using Lucene. To be brief, I am just > wondering whether is there a point where we get the access to the > org.apache.lucene.document.Document (which is being indexed at the > moment) after the analysing part is completed but exactly before it > is added to the index. My whole aim is to modify all the field names > present in the document before its being added to the index, but I > need those field names un-edited during the analysis part. > If it seems strange.. please don't mind. > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --0016e6d99eadd13d7a047a399ba1--