Skip to content

Instantly share code, notes, and snippets.

@AfonsoTsukamoto
Created October 1, 2015 16:06
Show Gist options
  • Save AfonsoTsukamoto/29bf2f398685897a328b to your computer and use it in GitHub Desktop.
Save AfonsoTsukamoto/29bf2f398685897a328b to your computer and use it in GitHub Desktop.
{
"explain": true,
"query": {
"filtered": {
"query": {
"match": {
"content": "github"
}
},
"filter": {
"term": {
"team_id": 44
}
}
}
},
"aggs": {
"most_sig": {
"significant_terms": {
"field": "content",
"background_filter": {
"term": {
"team_id": 44
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment