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 right after the child query is created[1] but before I did that, I wanted to see if there's a built-in way to achieve the same behavior?
Thanks, --tim [1] - https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/search/join/BlockJoinParentQParser.java#L69