You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by ku3ia <de...@gmail.com> on 2014/09/23 17:25:20 UTC

Solr: Boost of childs (json)

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.

Re: Solr: Boost of childs (json)

Posted by ku3ia <de...@gmail.com>.
ku3ia wrote
> I can't find an example to post document with child boosted documents
> using json update handler.
> ...
> How to set the "boost" of child documents??

No ideas? Is it possible at all?



--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-Boost-of-childs-json-tp4160711p4160888.html
Sent from the Solr - User mailing list archive at Nabble.com.