[ 
https://issues.apache.org/jira/browse/SOLR-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Thacker updated SOLR-5183:
--------------------------------

    Attachment: SOLR-5183.patch

Changes in this patch
* Key for child documents is "_childDocuments_"
* Fixes a parsing issue

Thus this is what an add command would look like 
{noformat}
{
    "add": {
        "doc": {
            "id": "1",
            "_childDocuments_": [
                {
                    "id": "2"
                },
                {
                    "id": "3"
                }
            ]
        }
    }
}
{noformat}

> Add block support for JSONLoader
> --------------------------------
>
>                 Key: SOLR-5183
>                 URL: https://issues.apache.org/jira/browse/SOLR-5183
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Varun Thacker
>             Fix For: 4.7
>
>         Attachments: SOLR-5183.patch, SOLR-5183.patch, SOLR-5183.patch
>
>
> We should be able to index block documents in JSON format



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to