Skip to content

Instantly share code, notes, and snippets.

@markselby
Created August 21, 2014 10:11
Show Gist options
  • Save markselby/d5939973d8ee44301976 to your computer and use it in GitHub Desktop.
Save markselby/d5939973d8ee44301976 to your computer and use it in GitHub Desktop.
Sucky ES
{
"query": {
"bool": {
"must": [
{
"query_string": {
"query": "couchbaseDocument.doc.type:keyword_slice"
}
},
{
"query_string": {
"query": "couchbaseDocument.doc.source:ugc"
}
}
],
"should": [
{
"term": {
"couchbaseDocument.doc.word_id": {
"term": "Word::title::water"
}
}
},
{
"term": {
"couchbaseDocument.doc.word_id": {
"term": "Word::title::sunshine"
}
}
},
{
"term": {
"couchbaseDocument.doc.word_id": {
"term": "Word::title::cheese"
}
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment