Class

com.sksamuel.elastic4s.get

RichGetResponse

Related Doc: package get

Permalink

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

Linear Supertypes
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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def exists: Boolean

    Permalink
    Definition Classes
    RichGetResponseHit
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def id: String

    Permalink
    Definition Classes
    RichGetResponseHit
  11. def index: String

    Permalink
    Definition Classes
    RichGetResponseHit
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def isSourceEmpty: Boolean

    Permalink
    Definition Classes
    Hit
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val original: GetResponse

    Permalink
  18. final def ref: DocumentRef

    Permalink
    Definition Classes
    Hit
  19. final def safeTo[T](implicit reader: HitReader[T]): Either[Throwable, T]

    Permalink
    Definition Classes
    Hit
  20. final def safeToOpt[T](implicit arg0: HitReader[T]): Option[Either[Throwable, T]]

    Permalink
    Definition Classes
    Hit
  21. def score: Float

    Permalink
    Definition Classes
    RichGetResponseHit
  22. final def sourceAsByteBuffer: ByteBuffer

    Permalink
    Definition Classes
    Hit
  23. final def sourceAsBytes: Array[Byte]

    Permalink
    Definition Classes
    Hit
  24. def sourceAsMap: Map[String, AnyRef]

    Permalink
    Definition Classes
    RichGetResponseHit
  25. final def sourceAsMutableMap: Map[String, AnyRef]

    Permalink
    Definition Classes
    Hit
  26. def sourceAsString: String

    Permalink
    Definition Classes
    RichGetResponseHit
  27. final def sourceField(name: String): AnyRef

    Permalink
    Definition Classes
    Hit
  28. final def sourceFieldOpt(name: String): Option[AnyRef]

    Permalink
    Definition Classes
    Hit
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. final def to[T](implicit arg0: HitReader[T]): T

    Permalink
    Definition Classes
    Hit
  31. final def toOpt[T](implicit arg0: HitReader[T]): Option[T]

    Permalink
    Definition Classes
    Hit
  32. def type: String

    Permalink
    Definition Classes
    RichGetResponseHit
  33. def version: Long

    Permalink
    Definition Classes
    RichGetResponseHit
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def field(name: String): HitField

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceField instead

  2. def fieldOpt(name: String): Option[HitField]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceFieldOpt instead

  3. def fields: Map[String, HitField]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceAsMap instead

  4. def getField(name: String): GetField

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  5. def getFields: Map[String, GetField]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use sourceAsMap

  6. def getId: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  7. def getIndex: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  8. def getType: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  9. def getVersion: Long

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .java

  10. def isExists: Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use .exists

  11. def iterator: Iterator[GetField]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) Use the source methods instead

  12. def source: Map[String, AnyRef]

    Permalink
    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