MinimumShouldMatch
Represents variants for minimum_should_match
parameter.
See also
Types
Link copied to clipboard
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.
Link copied to clipboard
A fixed number of matched clauses. Can be negative that means a number of optional clauses.
Link copied to clipboard
A percentage of the total number of clauses should be necessary.
Link copied to clipboard