Class

com.sksamuel.elastic4s.searches.queries

BoolQueryDefinition

Related Doc: package queries

Permalink

case class BoolQueryDefinition(adjustPureNegative: Option[Boolean] = None, boost: Option[Double] = None, disableCoord: Option[Boolean] = 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, disableCoord: Option[Boolean] = 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. def disableCoord(disableCoord: Boolean): BoolQueryDefinition

    Permalink
  17. val disableCoord: Option[Boolean]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  21. val filters: Seq[QueryDefinition]

    Permalink
  22. def finalize(): Unit

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

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

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

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

    Permalink
  27. val minimumShouldMatch: Option[String]

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

    Permalink

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

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

    Permalink

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

  30. val must: Seq[QueryDefinition]

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

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

    Permalink

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

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

    Permalink

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

  34. val not: Seq[QueryDefinition]

    Permalink
  35. final def notify(): Unit

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

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

    Permalink
  38. val queryName: Option[String]

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

    Permalink

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

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

    Permalink

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

  41. val should: Seq[QueryDefinition]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. 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