SpanMultiTermQueryWrapper currently rewrites to a SpanOrQuery with as many clauses as there are matching terms. It would be nice to be able to limit this in a slightly nicer way than using TopTerms, which for most queries just translates to a lexicographical ordering.
Migrated from LUCENE-6513 by Alan Woodward (@romseygeek), 1 vote, updated Nov 15 2019
Attachments: LUCENE-6513.patch (versions: 5)
Linked issues:
SpanMultiTermQueryWrapper currently rewrites to a SpanOrQuery with as many clauses as there are matching terms. It would be nice to be able to limit this in a slightly nicer way than using TopTerms, which for most queries just translates to a lexicographical ordering.
Migrated from LUCENE-6513 by Alan Woodward (@romseygeek), 1 vote, updated Nov 15 2019
Attachments: LUCENE-6513.patch (versions: 5)
Linked issues: