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.

Reply via email to