Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created May 2, 2013 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaskills/5501600 to your computer and use it in GitHub Desktop.
Save metaskills/5501600 to your computer and use it in GitHub Desktop.
"dis_max" : {
"queries" : [
{
"bool" : {
"must" : [{:field : {"object1.name" : "Ken Collins"}}]
}
},
{
"bool" : {
"must" : [{:field : {"object2.name" : "Ken Collins"}}]
}
},
{
"bool" : {
"must" : [{:field : {"object2.name" : "Ken Collins"}}]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment