Skip to content

Instantly share code, notes, and snippets.

@oliyoung
Created February 24, 2016 22:54
Show Gist options
  • Save oliyoung/7b45fb516b981f5f5ab9 to your computer and use it in GitHub Desktop.
Save oliyoung/7b45fb516b981f5f5ab9 to your computer and use it in GitHub Desktop.
size: 999,
query: {
filtered: {
query: {
match: {
_all: {
query: query
}
}
},
filter: {
bool: {
must: [
{ term: { "#{scope}.uuid" => scope.uuid } }
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment