t

zio.elasticsearch.query

GeoBoundingBoxQuery

sealed trait GeoBoundingBoxQuery[S] extends ElasticQuery[S] with HasBoost[GeoBoundingBoxQuery[S]] with HasIgnoreUnmapped[GeoBoundingBoxQuery[S]] with HasQueryName[GeoBoundingBoxQuery[S]] with HasValidationMethod[GeoBoundingBoxQuery[S]]

Linear Supertypes
HasValidationMethod[GeoBoundingBoxQuery[S]], HasQueryName[GeoBoundingBoxQuery[S]], HasIgnoreUnmapped[GeoBoundingBoxQuery[S]], HasBoost[GeoBoundingBoxQuery[S]], ElasticQuery[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoBoundingBoxQuery
  2. HasValidationMethod
  3. HasQueryName
  4. HasIgnoreUnmapped
  5. HasBoost
  6. ElasticQuery
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def boost(value: Double): GeoBoundingBoxQuery[S]

    Sets the boost parameter for this zio.elasticsearch.query.ElasticQuery.

    Sets the boost parameter for this zio.elasticsearch.query.ElasticQuery. The boost value is a positive multiplier applied to the score of documents matching the query. A value greater than 1 increases the relevance score of matching documents, while a value less than 1 decreases it. The default boost value is 1.

    value

    a non-negative real number to set boost parameter to

    returns

    a new instance of the zio.elasticsearch.query.ElasticQuery with the boost value set.

    Definition Classes
    HasBoost
  2. abstract def ignoreUnmapped(value: Boolean): GeoBoundingBoxQuery[S]

    Sets the ignoreUnmapped parameter to control whether to ignore unmapped fields and return empty hits.

    Sets the ignoreUnmapped parameter to control whether to ignore unmapped fields and return empty hits.

    value

    the boolean value for ignoreUnmapped parameter

    returns

    a new instance of the zio.elasticsearch.query.ElasticQuery with the ignoreUnmapped value set.

    Definition Classes
    HasIgnoreUnmapped
  3. abstract def name(value: String): GeoBoundingBoxQuery[S]

    Sets the queryName parameter for this zio.elasticsearch.query.ElasticQuery.

    Sets the queryName parameter for this zio.elasticsearch.query.ElasticQuery. Represents the optional name used to identify the query.

    value

    the String value to represent the name field

    returns

    a new instance of the zio.elasticsearch.query.ElasticQuery with the queryName value set.

    Definition Classes
    HasQueryName
  4. abstract def validationMethod(value: ValidationMethod): GeoBoundingBoxQuery[S]

    Sets the validationMethod parameter for this zio.elasticsearch.query.ElasticQuery.

    Sets the validationMethod parameter for this zio.elasticsearch.query.ElasticQuery. Defines handling of incorrect coordinates.

    value

    defines how to handle invalid latitude and longitude:

    returns

    a new instance of the zio.elasticsearch.query.ElasticQuery with the validationMethod value set.

    Definition Classes
    HasValidationMethod

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def ignoreUnmappedFalse: GeoBoundingBoxQuery[S]

    Sets the ignoreUnmapped parameter to false for this zio.elasticsearch.query.ElasticQuery.

    Sets the ignoreUnmapped parameter to false for this zio.elasticsearch.query.ElasticQuery. Same as ignoreUnmapped(false).

    returns

    a new instance of the zio.elasticsearch.query.ElasticQuery with the ignoreUnmapped value set to false.

    Definition Classes
    HasIgnoreUnmapped
    See also

    #ignoreUnmapped

  11. final def ignoreUnmappedTrue: GeoBoundingBoxQuery[S]

    Sets the ignoreUnmapped parameter to true for this zio.elasticsearch.query.ElasticQuery.

    Sets the ignoreUnmapped parameter to true for this zio.elasticsearch.query.ElasticQuery. Same as ignoreUnmapped(true).

    returns

    a new instance of the zio.elasticsearch.query.ElasticQuery with the ignoreUnmapped value set to true.

    Definition Classes
    HasIgnoreUnmapped
    See also

    #ignoreUnmapped

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from HasValidationMethod[GeoBoundingBoxQuery[S]]

Inherited from HasQueryName[GeoBoundingBoxQuery[S]]

Inherited from HasIgnoreUnmapped[GeoBoundingBoxQuery[S]]

Inherited from HasBoost[GeoBoundingBoxQuery[S]]

Inherited from ElasticQuery[S]

Inherited from AnyRef

Inherited from Any

Ungrouped