Skip to content

Instantly share code, notes, and snippets.

@cdolivares
Created September 7, 2011 23:14
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 cdolivares/1202096 to your computer and use it in GitHub Desktop.
Save cdolivares/1202096 to your computer and use it in GitHub Desktop.
Custom Script Query
"query" : {
"filtered" : {
"query" : {
"custom_score" : {
"query" : {
"nested" : {
"path" : "expertises", "query" : {
"flt" : {
"fields" : ["expertises.subject_name"], "like_text : args[0]
}
}
}
},
"params" : {
"metrics" : ELASTIC_SEARCH_CONFIG['metrics'],
"profile" : ELASTIC_SEARCH_CONFIG['profile']
},
"script" : "scriptscore"
}
},
"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