Skip to content

Instantly share code, notes, and snippets.

@stevedomin
Created February 2, 2012 15:03
Show Gist options
  • Save stevedomin/1723861 to your computer and use it in GitHub Desktop.
Save stevedomin/1723861 to your computer and use it in GitHub Desktop.
Requête print
{
"query": {
"bool": {
"must": [
{
"term": {
"cs_s_a": "PRINT"
}
}
]
}
},
"facets": {
"histo1": {
"date_histogram": {
"field": "date",
"interval": "day"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment