final case class InnerHits extends Product with Serializable

Self Type
InnerHits
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InnerHits
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 excludes(field: String, fields: String*): InnerHits

    Specifies one or more fields to be excluded in the response of a zio.elasticsearch.query.InnerHits.

    Specifies one or more fields to be excluded in the response of a zio.elasticsearch.query.InnerHits.

    field

    a field to be excluded

    fields

    fields to be excluded

    returns

    an instance of a zio.elasticsearch.query.InnerHits with specified fields to be excluded.

  8. def excludes[S](field: Field[S, _], fields: Field[S, _]*): InnerHits

    Specifies one or more type-safe fields to be excluded in the response of a zio.elasticsearch.query.InnerHits.

    Specifies one or more type-safe fields to be excluded in the response of a zio.elasticsearch.query.InnerHits.

    S

    document which fields are excluded

    field

    a type-safe field to be excluded

    fields

    type-safe fields to be excluded

    returns

    an instance of a zio.elasticsearch.query.InnerHits with specified fields to be excluded.

  9. def from(value: Int): InnerHits

    Specifies the starting offset of the zio.elasticsearch.query.InnerHits to be returned.

    Specifies the starting offset of the zio.elasticsearch.query.InnerHits to be returned.

    value

    the starting offset value

    returns

    an instance of a zio.elasticsearch.query.InnerHits with the specified starting offset.

  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def highlights(value: Highlights): InnerHits

    Specifies the highlighting configuration for the zio.elasticsearch.query.InnerHits.

    Specifies the highlighting configuration for the zio.elasticsearch.query.InnerHits.

    value

    the zio.elasticsearch.highlights.Highlights configuration

    returns

    an instance of a zio.elasticsearch.query.InnerHits with the specified highlighting configuration.

  12. def includes(field: String, fields: String*): InnerHits

    Specifies one or more fields to be included in the response of a zio.elasticsearch.query.InnerHits.

    Specifies one or more fields to be included in the response of a zio.elasticsearch.query.InnerHits.

    field

    a field to be included

    fields

    fields to be included

    returns

    an instance of a zio.elasticsearch.query.InnerHits with specified fields to be included.

  13. def includes[S](field: Field[S, _], fields: Field[S, _]*): InnerHits

    Specifies one or more type-safe fields to be included in the response of a zio.elasticsearch.query.InnerHits.

    Specifies one or more type-safe fields to be included in the response of a zio.elasticsearch.query.InnerHits.

    S

    document which fields are included

    field

    a type-safe field to be included

    fields

    type-safe fields to be included

    returns

    an instance of a zio.elasticsearch.query.InnerHits with specified fields to be included.

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def name(value: String): InnerHits

    Specifies the name of the zio.elasticsearch.query.InnerHits.

    Specifies the name of the zio.elasticsearch.query.InnerHits.

    value

    the name of the zio.elasticsearch.query.InnerHits

    returns

    an instance of a zio.elasticsearch.query.InnerHits with the specified name.

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def size(value: Int): InnerHits

    Specifies the maximum number of zio.elasticsearch.query.InnerHits to be returned.

    Specifies the maximum number of zio.elasticsearch.query.InnerHits to be returned.

    value

    the maximum number of zio.elasticsearch.query.InnerHits

    returns

    an instance of a zio.elasticsearch.query.InnerHits with the specified size.

  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped