Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0327E17BE2 for ; Tue, 12 May 2015 15:12:20 +0000 (UTC) Received: (qmail 58174 invoked by uid 500); 12 May 2015 15:12:14 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 58106 invoked by uid 500); 12 May 2015 15:12:14 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 58095 invoked by uid 99); 12 May 2015 15:12:13 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 15:12:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6AF88C4426 for ; Tue, 12 May 2015 15:12:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.233 X-Spam-Level: ** X-Spam-Status: No, score=2.233 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id vxYa3swzy6Lo for ; Tue, 12 May 2015 15:12:04 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 38DBF20D7C for ; Tue, 12 May 2015 15:12:04 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id BC0381E0613D for ; Tue, 12 May 2015 08:12:54 -0700 (PDT) Date: Tue, 12 May 2015 08:12:03 -0700 (MST) From: StrW_dev To: solr-user@lucene.apache.org Message-ID: <1431443523138-4205074.post@n3.nabble.com> In-Reply-To: References: <1431425502258-4205020.post@n3.nabble.com> Subject: Re: scoreMode ToParentBlockJoinQuery MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I actually did some digging and changed the default ScoreMode in the source code, which actually allowed me to do what I want. So now I use the parent block join query which propogates the score. With the new child transformer for the return field I can even get the child info in the result :). -- View this message in context: http://lucene.472066.n3.nabble.com/scoreMode-ToParentBlockJoinQuery-tp4205020p4205074.html Sent from the Solr - User mailing list archive at Nabble.com.