package response
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait AggregationResponse extends AnyRef
- final case class BulkResponse extends Product with Serializable
- sealed trait BulkResponseItem extends AnyRef
-
final
case class
CreateBulkResponse extends BulkResponseItem with Product with Serializable
- Annotations
- @jsonHint( "create" )
-
final
case class
DeleteBulkResponse extends BulkResponseItem with Product with Serializable
- Annotations
- @jsonHint( "delete" )
- final case class Error extends Product with Serializable
-
final
case class
IndexBulkResponse extends BulkResponseItem with Product with Serializable
- Annotations
- @jsonHint( "index" )
-
final
case class
UpdateBulkResponse extends BulkResponseItem with Product with Serializable
- Annotations
- @jsonHint( "update" )
Value Members
- object AggregationResponse