From java-user-return-53773-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Sat Sep 29 16:24:18 2012 Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59689DA22 for ; Sat, 29 Sep 2012 16:24:18 +0000 (UTC) Received: (qmail 39554 invoked by uid 500); 29 Sep 2012 16:24:16 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 39476 invoked by uid 500); 29 Sep 2012 16:24:15 -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 39465 invoked by uid 99); 29 Sep 2012 16:24:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 16:24:15 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of parnab.2007@gmail.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 16:24:08 +0000 Received: by ieak11 with SMTP id k11so11387264iea.35 for ; Sat, 29 Sep 2012 09:23:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yMZLIpJWyUtlalFEhbvpaZvlhr9ZBJGIZkTAhZCfscQ=; b=S1pQ+sDGwuchCcgxSnasNOWOLjosQpX9s4SAttCyH8sg+HWWX4e+KfFgXp0XFx5VIn wk0XagaPmhADTtaWDrqCsVNjiHgsAW2VZIOvHXSO4kLQr4RxZ8ig8SmY/IhC/9Fi7Yzc 4DTYC9uBCWpjSkn1xpXAEhJv1MCKFzcGf47mqhtmGRsw2TfDDw3WbrLEFKk/dipFa7UR 6BKqeklTzQzy13POQZLN6beSB8SYuggKyui/o72wf6YeraI7oJvrYSZ6x4BoiXY+B2Fo fvF1fy+/Ropv6xT/eNhq5BAJJ+sRL7eIQAxYI9LFBkw+5SGG13dSmvtSHD6ofe5BJorJ wXpA== MIME-Version: 1.0 Received: by 10.50.57.194 with SMTP id k2mr1655333igq.17.1348935828370; Sat, 29 Sep 2012 09:23:48 -0700 (PDT) Received: by 10.50.106.228 with HTTP; Sat, 29 Sep 2012 09:23:48 -0700 (PDT) Date: Sat, 29 Sep 2012 21:53:48 +0530 Message-ID: Subject: Variable term weighting while indexing From: parnab kumar To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=14dae9340e45dff40e04cad998f9 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340e45dff40e04cad998f9 Content-Type: text/plain; charset=ISO-8859-1 Hi All, I have an algorithm by which i measure the importance of a term in a document . While indexing i want to store weight with respect to that term for the document. Any idea how to do it . Will the payload feature help to address the problem Thanks, Parnab --14dae9340e45dff40e04cad998f9--