Skip to content

Instantly share code, notes, and snippets.

@spolischook
Created September 12, 2013 16:54
Show Gist options
  • Save spolischook/6540690 to your computer and use it in GitHub Desktop.
Save spolischook/6540690 to your computer and use it in GitHub Desktop.
{
query: {
bool: {
must: [{
term: {
recipe.categories.name: Family Friendly
}
}]
must_not: []
should: []
}
}
from: 0
size: 50
sort: []
facets: {}
}
{
took: 1
timed_out: false
_shards: {
total: 5
successful: 5
failed: 0
}
hits: {
total: 0
max_score: null
hits: []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment