MatchBooleanPrefixQuery

zio.elasticsearch.query.MatchBooleanPrefixQuery
sealed trait MatchBooleanPrefixQuery[S] extends ElasticQuery[S]

Attributes

Graph
Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

Sets the minimumShouldMatch parameter for this zio.elasticsearch.ElasticQuery. The minimumShouldMatch value is the number of should clauses returned documents must match. If the zio.elasticsearch.query.BoolQuery includes at least one should clause and no must/filter clauses, the default value is 1. Otherwise, the default value is 0.

Sets the minimumShouldMatch parameter for this zio.elasticsearch.ElasticQuery. The minimumShouldMatch value is the number of should clauses returned documents must match. If the zio.elasticsearch.query.BoolQuery includes at least one should clause and no must/filter clauses, the default value is 1. Otherwise, the default value is 0.

Value parameters

value

a number to set minimumShouldMatch parameter to

Attributes

Returns

a new instance of the zio.elasticsearch.ElasticQuery with the minimumShouldMatch value set.

Inherited from:
HasMinimumShouldMatch (hidden)