Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 1840 invoked from network); 13 Nov 2009 01:45:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 01:45:02 -0000 Received: (qmail 15309 invoked by uid 500); 13 Nov 2009 01:45:02 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 15250 invoked by uid 500); 13 Nov 2009 01:45:01 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 15240 invoked by uid 99); 13 Nov 2009 01:45:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 01:45:01 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Fri, 13 Nov 2009 01:44:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E7A3234C1F2 for ; Thu, 12 Nov 2009 17:44:39 -0800 (PST) Message-ID: <2112768267.1258076679647.JavaMail.jira@brutus> Date: Fri, 13 Nov 2009 01:44:39 +0000 (UTC) From: "josh lucas (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1432) FunctionQueries aren't correctly weighted In-Reply-To: <890518552.1253028840096.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777324#action_12777324 ] josh lucas commented on SOLR-1432: ---------------------------------- I wish this issue would have been called out in the CHANGES file for the 1.4.0 release. It bit me since our ValueSource classes were not overriding this new method. > FunctionQueries aren't correctly weighted > ----------------------------------------- > > Key: SOLR-1432 > URL: https://issues.apache.org/jira/browse/SOLR-1432 > Project: Solr > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Yonik Seeley > Assignee: Yonik Seeley > Fix For: 1.4 > > Attachments: SOLR-1432.patch, SOLR-1432.patch > > > Nested queries in function queries aren't weighted correctly with the proper Searcher, and this is now even more serious with per-segment searching in Lucene/Solr. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.