case class RichGetResponse(original: GetResponse) extends Hit with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichGetResponse
- Serializable
- Serializable
- Product
- Equals
- Hit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichGetResponse(original: GetResponse)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
exists: Boolean
- Definition Classes
- RichGetResponse → Hit
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
id: String
- Definition Classes
- RichGetResponse → Hit
-
def
index: String
- Definition Classes
- RichGetResponse → Hit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isSourceEmpty: Boolean
- Definition Classes
- Hit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val original: GetResponse
-
final
def
ref: DocumentRef
- Definition Classes
- Hit
-
final
def
safeTo[T](implicit reader: HitReader[T]): Either[Throwable, T]
- Definition Classes
- Hit
-
final
def
safeToOpt[T](implicit arg0: HitReader[T]): Option[Either[Throwable, T]]
- Definition Classes
- Hit
-
def
score: Float
- Definition Classes
- RichGetResponse → Hit
-
final
def
sourceAsByteBuffer: ByteBuffer
- Definition Classes
- Hit
-
final
def
sourceAsBytes: Array[Byte]
- Definition Classes
- Hit
-
def
sourceAsMap: Map[String, AnyRef]
- Definition Classes
- RichGetResponse → Hit
-
final
def
sourceAsMutableMap: Map[String, AnyRef]
- Definition Classes
- Hit
-
def
sourceAsString: String
- Definition Classes
- RichGetResponse → Hit
-
final
def
sourceField(name: String): AnyRef
- Definition Classes
- Hit
-
final
def
sourceFieldOpt(name: String): Option[AnyRef]
- Definition Classes
- Hit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
to[T](implicit arg0: HitReader[T]): T
- Definition Classes
- Hit
-
final
def
toOpt[T](implicit arg0: HitReader[T]): Option[T]
- Definition Classes
- Hit
-
def
type: String
- Definition Classes
- RichGetResponse → Hit
-
def
version: Long
- Definition Classes
- RichGetResponse → Hit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
field(name: String): HitField
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use sourceField instead
-
def
fieldOpt(name: String): Option[HitField]
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use sourceFieldOpt instead
-
def
fields: Map[String, HitField]
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use sourceAsMap instead
-
def
getField(name: String): DocumentField
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use .java
-
def
getFields: Map[String, DocumentField]
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use sourceAsMap
-
def
getId: String
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use .java
-
def
getIndex: String
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use .java
-
def
getType: String
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use .java
-
def
getVersion: Long
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use .java
-
def
isExists: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use .exists
-
def
iterator: Iterator[DocumentField]
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use the source methods instead
-
def
source: Map[String, AnyRef]
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) use .sourceAsMap