Description
It's possible to create a DisjunctionMaxQuery with no clauses. This could be rewritten to MatchNoDocsQuery, matching the approach we take for BooleanQuery.
It's possible to create a DisjunctionMaxQuery with no clauses. This could be rewritten to MatchNoDocsQuery, matching the approach we take for BooleanQuery.