Packages

package result

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. result
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class AggregationResult extends AggregationsResult
  2. final case class DecodingException(message: String) extends ElasticException with Product with Serializable
  3. class ElasticException extends RuntimeException
  4. final class GetResult extends DocumentResult[Option]
  5. final case class Item(raw: Json, highlight: Option[Json] = None, innerHits: Map[String, List[Json]] = Map.empty) extends Product with Serializable
  6. final class SearchAndAggregateResult extends DocumentResult[List] with AggregationsResult
  7. final class SearchResult extends DocumentResult[List]
  8. final case class UpdateByQueryResult(took: Int, total: Int, updated: Int, deleted: Int, versionConflicts: Int) extends Product with Serializable
  9. final case class VersionConflictException(succeeded: Int, failed: Int) extends ElasticException with Product with Serializable

Value Members

  1. case object UnauthorizedException extends ElasticException with Product with Serializable
  2. object UpdateByQueryResult extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped