Skip to content

Instantly share code, notes, and snippets.

@ashokc
Created December 2, 2019 16:49
Show Gist options
  • Save ashokc/3bf2cef59198e7cc678226be5d220199 to your computer and use it in GitHub Desktop.
Save ashokc/3bf2cef59198e7cc678226be5d220199 to your computer and use it in GitHub Desktop.
{
"query": {
"term": {
"readmit": 1
}
},
"aggregations": {
"driver_words": {
"significant_terms": {
"field": "TOKENS",
"size": 100,
"background_filter": {
"terms": {
"readmit": [
0,
1
]
}
}
}
}
},
"size": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment