package result
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- result
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class AggregationResult extends AggregationsResult
- final case class DecodingException(message: String) extends ElasticException with Product with Serializable
- class ElasticException extends RuntimeException
- final class GetResult extends DocumentResult[Option]
- final case class Item(raw: Json, highlight: Option[Json] = None, innerHits: Map[String, List[Json]] = Map.empty) extends Product with Serializable
- final class SearchAndAggregateResult extends DocumentResult[List] with AggregationsResult
- final class SearchResult extends DocumentResult[List]
- final case class UpdateByQueryResult(took: Int, total: Int, updated: Int, deleted: Int, versionConflicts: Int) extends Product with Serializable
- final case class VersionConflictException(succeeded: Int, failed: Int) extends ElasticException with Product with Serializable
Value Members
- case object UnauthorizedException extends ElasticException with Product with Serializable
- object UpdateByQueryResult extends Serializable