Skip to content

Instantly share code, notes, and snippets.

@InputNeuron
Last active February 8, 2016 21:56
Show Gist options
  • Select an option

  • Save InputNeuron/53a1cd24f7522c63d73f to your computer and use it in GitHub Desktop.

Select an option

Save InputNeuron/53a1cd24f7522c63d73f to your computer and use it in GitHub Desktop.
{
"query": {
"query_string": {
"query": "source_publisher_type:MAINSTREAM_NEWS"
}
},
"filter": {
"range": {
"date_found": {
"gte": "2015-07-21T10:25:15Z",
"lte": "2015-07-21T10:55:15Z",
"format": "date_time_no_millis"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment