c

com.sksamuel.elastic4s.get

RichGetResponse

case class RichGetResponse(original: GetResponse) extends Hit with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Hit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichGetResponse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Hit
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichGetResponse(original: GetResponse)

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def exists: Boolean
    Definition Classes
    RichGetResponse → Hit
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def id: String
    Definition Classes
    RichGetResponse → Hit
  11. def index: String
    Definition Classes
    RichGetResponse → Hit
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def isSourceEmpty: Boolean
    Definition Classes
    Hit
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  17. val original: GetResponse
  18. final def ref: DocumentRef
    Definition Classes
    Hit
  19. final def safeTo[T](implicit reader: HitReader[T]): Either[Throwable, T]
    Definition Classes
    Hit
  20. final def safeToOpt[T](implicit arg0: HitReader[T]): Option[Either[Throwable, T]]
    Definition Classes
    Hit
  21. def score: Float
    Definition Classes
    RichGetResponse → Hit
  22. final def sourceAsByteBuffer: ByteBuffer
    Definition Classes
    Hit
  23. final def sourceAsBytes: Array[Byte]
    Definition Classes
    Hit
  24. def sourceAsMap: Map[String, AnyRef]
    Definition Classes
    RichGetResponse → Hit
  25. final def sourceAsMutableMap: Map[String, AnyRef]
    Definition Classes
    Hit
  26. def sourceAsString: String
    Definition Classes
    RichGetResponse → Hit
  27. final def sourceField(name: String): AnyRef
    Definition Classes
    Hit
  28. final def sourceFieldOpt(name: String): Option[AnyRef]
    Definition Classes
    Hit
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def to[T](implicit arg0: HitReader[T]): T
    Definition Classes
    Hit
  31. final def toOpt[T](implicit arg0: HitReader[T]): Option[T]
    Definition Classes
    Hit
  32. def type: String
    Definition Classes
    RichGetResponse → Hit
  33. def version: Long
    Definition Classes
    RichGetResponse → Hit
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def field(name: String): HitField
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceField instead

  2. def fieldOpt(name: String): Option[HitField]
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceFieldOpt instead

  3. def fields: Map[String, HitField]
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceAsMap instead

  4. def getField(name: String): DocumentField
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  5. def getFields: Map[String, DocumentField]
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceAsMap

  6. def getId: String
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  7. def getIndex: String
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  8. def getType: String
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  9. def getVersion: Long
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  10. def isExists: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .exists

  11. def iterator: Iterator[DocumentField]
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) Use the source methods instead

  12. def source: Map[String, AnyRef]
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .sourceAsMap

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Hit

Inherited from AnyRef

Inherited from Any

Ungrouped