Re: child doc filter

2016-11-03 Thread Mikhail Khludnev
Hello Tim, I think http://blog-archive.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html provides a few relevant examples. To summarize, it's wort to use nested query syntax {!parent... v=$foo} to nest a complex child clause. If you need to exploit filter cache, use filter(foo:b

child doc filter

2016-11-03 Thread Tim Williams
I'm using the BlockJoinQuery to query child docs and return the parent. I'd like to have the equivalent of a filter that applies to child docs and I don't see a way to do that with the BlockJoin stuffs. It looks like I could modify it to accept some childFilter param and add a QueryWrapperFilter r