Combinations
data class Combinations(val combinations: List<Pair<Int, MinimumShouldMatch.Simple>>) : MinimumShouldMatch
A list of pairs where the first value is a positive integer. If the number of matched clauses is greater than it then a specification from the second value is applied.