com.sksamuel.elastic4s

RichSearchResponse

Related Doc: package elastic4s

class RichSearchResponse extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichSearchResponse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichSearchResponse(resp: SearchResponse)

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. def aggregations: Aggregations

  5. def as[T](implicit hitas: HitAs[T], manifest: Manifest[T]): Array[T]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def facets: Facets

  11. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def hits: Array[RichSearchHit]

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def isTerminatedEarly: Boolean

  17. def isTimedOut: Boolean

  18. def maxScore: Float

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def scrollId: String

  23. def shardFailures: Array[ShardSearchFailure]

  24. def successfulShards: Int

  25. def suggest: Suggest

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def took: Duration

  29. def tookInMillis: Long

  30. def totalHits: Long

  31. def totalShards: Int

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def hitsAs[T](implicit reader: Reader[T], manifest: Manifest[T]): Array[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.15) use as[T], which has a more powerful typeclass abstraction

Inherited from AnyRef

Inherited from Any

Ungrouped