Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 87782 invoked from network); 5 Aug 2009 19:38:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 19:38:43 -0000 Received: (qmail 58695 invoked by uid 500); 5 Aug 2009 19:38:50 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 58601 invoked by uid 500); 5 Aug 2009 19:38:50 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 58583 invoked by uid 99); 5 Aug 2009 19:38:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 19:38:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 19:38:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EECB129A0011 for ; Wed, 5 Aug 2009 12:38:16 -0700 (PDT) Message-ID: <1049514579.1249501096963.JavaMail.jira@brutus> Date: Wed, 5 Aug 2009 12:38:16 -0700 (PDT) From: "Peter Keegan (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-1341) BoostingNearQuery class (prototype) In-Reply-To: <1648448946.1216479571584.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1341: --------------------------------- Attachment: lucene-1341-new-2.patch New version that works with current trunk (8/5/09) > BoostingNearQuery class (prototype) > ----------------------------------- > > Key: LUCENE-1341 > URL: https://issues.apache.org/jira/browse/LUCENE-1341 > Project: Lucene - Java > Issue Type: Improvement > Components: Query/Scoring > Affects Versions: 2.3.1 > Reporter: Peter Keegan > Assignee: Grant Ingersoll > Priority: Minor > Fix For: 3.0 > > Attachments: bnq.patch, bnq.patch, BoostingNearQuery.java, BoostingNearQuery.java, lucene-1341-new-1.patch, lucene-1341-new-2.patch, LUCENE-1341-new.patch, LUCENE-1341.patch > > > This patch implements term boosting for SpanNearQuery. Refer to: http://www.gossamer-threads.com/lists/lucene/java-user/62779 > This patch works but probably needs more work. I don't like the use of 'instanceof', but I didn't want to touch Spans or TermSpans. Also, the payload code is mostly a copy of what's in BoostingTermQuery and could be common-sourced somewhere. Feel free to throw darts at it :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org