Skip to content

Instantly share code, notes, and snippets.

@cdolivares
Created August 20, 2011 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cdolivares/1158523 to your computer and use it in GitHub Desktop.
Save cdolivares/1158523 to your computer and use it in GitHub Desktop.
{
"query" : {
"filtered" : {
"query" : {
"custom_score" : {
"query" : {
"nested" : {
"path" : "path1",
"query" : {
"flt" : {
"fields" : ["path1.field1"], "like_text" : "this_text"
}
}
}
},
"script" : "preloaded_script"
}
},
"filter" : {
"not" : {
"term" : {
"show" : 0
}
}
}
}
},
"size" : 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment