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 17B7111425 for ; Tue, 23 Sep 2014 15:38:45 +0000 (UTC) Received: (qmail 81470 invoked by uid 500); 23 Sep 2014 15:35:34 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 81404 invoked by uid 500); 23 Sep 2014 15:35:34 -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 70603 invoked by uid 99); 23 Sep 2014 15:25:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 15:25:47 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of demesg@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 15:25:21 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XWRxw-0004Fg-5q for solr-user@lucene.apache.org; Tue, 23 Sep 2014 08:25:20 -0700 Date: Tue, 23 Sep 2014 08:25:20 -0700 (PDT) From: ku3ia To: solr-user@lucene.apache.org Message-ID: <1411485920172-4160711.post@n3.nabble.com> Subject: Solr: Boost of childs (json) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, folks! I can't find an example to post document with child boosted documents using json update handler. { "add":{ "boost":2.3, "doc":{ "id":"123", "title":{"boost":4,"value":"simple text"}, "_childDocuments_":[ { "id":"123_0", "child":"text1" }, { "id":"123_1", "child":"text2" } ] } } } How to set the "boost" of child documents?? thanks for any help. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Boost-of-childs-json-tp4160711.html Sent from the Solr - User mailing list archive at Nabble.com.