Java Api Client BoolQuery$Builder missing minimumShouldMatch method with Number as an argument

Hello.
BoolQuery$Builder has only

public final Builder minimumShouldMatch(@Nullable String value)

method. Im my opinion it should have the same method with a number as an argument.

I am using Elasticsearch-java-7.16.2 version

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.