class

Elasticsearch::DSL::Search::Queries::Boosting

Inherits Elasticsearch::DSL::Search::Queries::Base < Reference < Object

Constructors

new

Instance methods

boosting
Source
negative(_q : Q.class, &) forall Q
negative(negative : Union(Base, Nil))
negative_boost(negative_boost : Union(Type::Number, Nil))
positive(_q : Q.class, &) forall Q
positive(positive : Union(Base, Nil))
to_json(json : JSON::Builder)
Source