Class

com.sksamuel.elastic4s.searches.queries

BoolQueryDefinition

Related Doc: package queries

Permalink

case class BoolQueryDefinition(adjustPureNegative: Option[Boolean] = None, boost: Option[Double] = None, minimumShouldMatch: Option[String] = None, queryName: Option[String] = None, filters: Seq[QueryDefinition] = Nil, must: Seq[QueryDefinition] = Nil, not: Seq[QueryDefinition] = Nil, should: Seq[QueryDefinition] = Nil) extends QueryDefinition with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, QueryDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoolQueryDefinition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. QueryDefinition
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoolQueryDefinition(adjustPureNegative: Option[Boolean] = None, boost: Option[Double] = None, minimumShouldMatch: Option[String] = None, queryName: Option[String] = None, filters: Seq[QueryDefinition] = Nil, must: Seq[QueryDefinition] = Nil, not: Seq[QueryDefinition] = Nil, should: Seq[QueryDefinition] = Nil)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adjustPureNegative(adjustPureNegative: Boolean): BoolQueryDefinition

    Permalink
  5. val adjustPureNegative: Option[Boolean]

    Permalink
  6. def appendMust(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink

    Appends the current 'must' queries with the given queries.

  7. def appendMust(first: QueryDefinition, rest: QueryDefinition*): BoolQueryDefinition

    Permalink

    Appends the current 'must' queries with the given queries.

  8. def appendNot(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink

    Appends the current 'not' queries with the given queries.

  9. def appendNot(first: QueryDefinition, rest: QueryDefinition*): BoolQueryDefinition

    Permalink

    Appends the current 'not' queries with the given queries.

  10. def appendShould(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink

    Appends the current 'should' queries with the given queries.

  11. def appendShould(first: QueryDefinition, rest: QueryDefinition*): BoolQueryDefinition

    Permalink

    Appends the current 'should' queries with the given queries.

  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def boost(boost: Double): BoolQueryDefinition

    Permalink
  14. val boost: Option[Double]

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def filter(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink
  18. def filter(first: QueryDefinition, rest: QueryDefinition*): BoolQueryDefinition

    Permalink
  19. val filters: Seq[QueryDefinition]

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def minimumShouldMatch(min: String): BoolQueryDefinition

    Permalink
  24. def minimumShouldMatch(min: Int): BoolQueryDefinition

    Permalink
  25. val minimumShouldMatch: Option[String]

    Permalink
  26. def must(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink

    Replaces the current 'must' queries with the given queries.

  27. def must(queries: QueryDefinition*): BoolQueryDefinition

    Permalink

    Replaces the current 'must' queries with the given queries.

  28. val must: Seq[QueryDefinition]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def not(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink

    Replaces the current 'not' queries with the given queries.

  31. def not(queries: QueryDefinition*): BoolQueryDefinition

    Permalink

    Replaces the current 'not' queries with the given queries.

  32. val not: Seq[QueryDefinition]

    Permalink
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def queryName(queryName: String): BoolQueryDefinition

    Permalink
  36. val queryName: Option[String]

    Permalink
  37. def should(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink

    Replaces the current 'should' queries with the given queries.

  38. def should(queries: QueryDefinition*): BoolQueryDefinition

    Permalink

    Replaces the current 'should' queries with the given queries.

  39. val should: Seq[QueryDefinition]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from QueryDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped