final case class InnerHits extends Product with Serializable
- Self Type
- InnerHits
- Alphabetic
- By Inheritance
- InnerHits
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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.
-
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.
-
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.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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.
-
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.
-
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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )