Skip to content

Instantly share code, notes, and snippets.

@thelabdude
Created February 9, 2015 19:19
Show Gist options
  • Save thelabdude/8d6312a607ac02682df8 to your computer and use it in GitHub Desktop.
Save thelabdude/8d6312a607ac02682df8 to your computer and use it in GitHub Desktop.
Solr block-join
[
{
"id":"1",
"feed":"parent",
"childDocuments":[
{
"id":"1-1",
"feed":"child"
},
{
"id":"1-2",
"feed":"child"
}
]
},
{
"id":"2",
"feed":"parent",
"childDocuments":[
{
"id":"2-1",
"feed":"child",
"childDocuments":[
{
"id":"2-1-1",
"feed":"grandchild"
},
{
"id":"2-1-1",
"feed":"grandchild2"
},
{
"id":"2-1-1",
"feed":"grandchild3"
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment