Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 35465 invoked from network); 10 Jul 2008 13:22:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2008 13:22:35 -0000 Received: (qmail 61160 invoked by uid 500); 10 Jul 2008 13:22:31 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 60331 invoked by uid 500); 10 Jul 2008 13:22:29 -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 60320 invoked by uid 99); 10 Jul 2008 13:22:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 06:22:29 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [208.97.132.177] (HELO spunkymail-a6.g.dreamhost.com) (208.97.132.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 13:21:35 +0000 Received: from [192.168.0.3] (adsl-074-229-189-244.sip.rmo.bellsouth.net [74.229.189.244]) by spunkymail-a6.g.dreamhost.com (Postfix) with ESMTP id 6D0C3109F2E for ; Thu, 10 Jul 2008 06:21:27 -0700 (PDT) Message-Id: <87F4AC78-A127-4D68-820B-AD0B55038978@apache.org> From: Grant Ingersoll To: java-user@lucene.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: Payloads and SpanScorer Date: Thu, 10 Jul 2008 09:21:26 -0400 References: X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org I'm not fully following what you want. Can you explain a bit more? Thanks, Grant On Jul 9, 2008, at 2:55 PM, Peter Keegan wrote: > If a SpanQuery is constructed from one or more BoostingTermQuery(s), > the > payloads on the terms are never processed by the SpanScorer. It > seems to me > that you would want the SpanScorer to score the document both on the > spans > distance and the payload score. So, either the SpanScorer would have > to > process the payloads (duplicating the code in BoostingSpanScorer), or > perhaps SpanScorer could access the BoostingSpanScorers, or maybe > there's > another approach. > > Any thoughts on how to accomplish this? > > Peter -------------------------- Grant Ingersoll http://www.lucidimagination.com Lucene Helpful Hints: http://wiki.apache.org/lucene-java/BasicsOfPerformance http://wiki.apache.org/lucene-java/LuceneFAQ --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org