BoostingQuery
com.sksamuel.elastic4s.requests.searches.queries.BoostingQuery
case class BoostingQuery(positiveQuery: Query, negativeQuery: Query, queryName: Option[String], boost: Option[Double], negativeBoost: Option[Double]) extends Query
Attributes
- Graph
-
- Supertypes
Members list
In this article