Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 54293 invoked from network); 2 Jun 2006 23:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2006 23:14:10 -0000 Received: (qmail 66256 invoked by uid 500); 2 Jun 2006 23:13:57 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 66122 invoked by uid 500); 2 Jun 2006 23:13:56 -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 66111 invoked by uid 99); 2 Jun 2006 23:13:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 16:13:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of scottd@gmail.com designates 66.249.82.198 as permitted sender) Received: from [66.249.82.198] (HELO wx-out-0102.google.com) (66.249.82.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 16:13:55 -0700 Received: by wx-out-0102.google.com with SMTP id s16so430289wxc for ; Fri, 02 Jun 2006 16:13:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kwZeaw0JFN5H3zHHZKY+wfiM/AoH4VLGUMqtIpMrajhK48sz7mt8ldytX2GGOQpLrpGlalvpZche/CgNQmTvsSojD/mEEY2ac4TsrrdYIDuLdboCya3ODXH7rB+ef9aeBMkqXza1RMZEeLveU8ImQHlFbJioyNMe8TntMzAuH8Q= Received: by 10.70.34.20 with SMTP id h20mr3098347wxh; Fri, 02 Jun 2006 16:13:35 -0700 (PDT) Received: by 10.70.94.16 with HTTP; Fri, 2 Jun 2006 16:13:35 -0700 (PDT) Message-ID: <75f591160606021613u2cc0cee1q96984308d9cf7c9@mail.gmail.com> Date: Fri, 2 Jun 2006 16:13:35 -0700 From: "Scott Davies" To: java-user@lucene.apache.org Subject: Re: Per-token weighting / attribute data in index In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <75f591160606021314s2b33dfbepcb42140af1389567@mail.gmail.com> <75f591160606021430w72a3b9a2yc7d1aa8ad3881800@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dang, that's what I was afraid of. Good to hear they're actively considering extensions that'd fix the issue, though. In the meantime I guess I'll try limping along without 'em. Thanks! -- Scott On 6/2/06, Chris Hostetter wrote: > : > : A simple example would be indexing and scoring the hyperlink text from > : other web pages that point to the page P that I'm indexing/scoring. I > : might have some metric saying how much I "trust" each of the pages or > : sites with hyperlinks to P, and want to use that metric to increase or > > Hmmm... yes, other then having a "trustedAnchorText" field and an > "untrustedAnchorText" field i don't know any way way to achieve your goal > at the moment. > > You may want to check out the java-dev list ... there's been some talk > among the people who really unerstand the low levels of lucene's file > formats about adding arbitrary "payload" data with each term/doc pair .. a > proposal that started (as far as i can tell) from a desire to have > individual term/doc boosting... > > http://wiki.apache.org/jakarta-lucene/FlexibleIndexing > http://www.nabble.com/Lucene-Planning-t1694958.html#a4646533 > > > > > -Hoss > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org