Hi all, I noticed we have a DisjunctionMaxQuery <https://github.com/apache/lucene/blob/branch_9_7/lucene/core/src/java/org/apache/lucene/search/DisjunctionMaxQuery.java> but not a corresponding DisjunctionMinQuery. I was just wondering if there was a specific reason for that? Or is it just that it is not a common query to use?
Thanks! Marc