You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2013/08/22 15:35:51 UTC

[jira] [Commented] (SOLR-5183) Add block support for JSONLoader

    [ https://issues.apache.org/jira/browse/SOLR-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747524#comment-13747524 ] 

Varun Thacker commented on SOLR-5183:
-------------------------------------

Example Json:
{code:json} 
{
  "add": {
    "doc" : {
      "id" : "1",
      "parent" : "true",
      "doc" : {
        "id" : "2",
        "subject" : "black"
      },
      "doc" : {
        "id" : "3",
        "subject" : "blue"
      }      
    }
  },
  "add": {
    "doc" : {
      "id" : "4",
      "parent" : "true",
      "doc" : {
        "id" : "5",
        "subject" : "black"
      },
      "doc" : {
        "id" : "6",
        "subject" : "red"
      }      
    }
  }
} 
{code}
                
> 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.5, 5.0
>
>
> We should be able to index block documents in JSON format

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org