msfroh commented on issue #14565: URL: https://github.com/apache/lucene/issues/14565#issuecomment-2840513402
This is somewhat similar to something I worked on a few years ago for an advertising use-case. We wanted to match ads (parents) and targeting clauses (children), with a parent query and a child query. For each parent, we only wanted to collect the first matching child (because we statically ordered targeting clauses by decreasing precision). I created a new query type that took a parent query and child query, rather than trying to work with one of the existing queries. Maybe that could work here too, rather than augmenting `ToChildBlockJoinQuery`? Tagging @asimmahmood1, since he also worked on that join query. Asim -- what do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org