Re: Problem with combined nested bool filters (nested key/value matching)

2014-08-21 Thread Drew Kutcharian
I was able to get this to work. The problem was that I had to put the "bool" filter before the "nested" filter so now what I have is "bool" -> "nested" -> "bool". On Aug 20, 2014, at 9:44 PM, Drew Kutcharian wrote: > Hey Guys, > > Seems like there is an issue with a combined bool filter wi

Problem with combined nested bool filters (nested key/value matching)

2014-08-20 Thread Drew Kutcharian
Hey Guys, Seems like there is an issue with a combined bool filter with nested docs. I have the following mapping: { "mappings": { "test": { "properties": { "name": { "type": "string", "index": "not_analyzed"