class Elasticsearch::DSL::Search::Queries::Boosting
- Elasticsearch::DSL::Search::Queries::Boosting
- Elasticsearch::DSL::Search::Queries::Base
- Reference
- Object
Defined in:
elasticsearch-dsl/search/queries/compound/boosting.crConstructors
Instance Method Summary
- #boosting(&)
- #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)