Hello,
I would like to know if I send a bool query like
{
"bool": {
"must": [
{
"term": { "user" : "john" }
},
{
"term": { "age" : 19 }
}
]
}
}
is the 2nd query (i.e. "age":19 ) only executed on documents that matches
the 1st query? If not, can I have the same effect using other query types?
Thank you.
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/e48e0d77-82f2-4660-8dd9-d3a5dacd1868%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.