com.sksamuel.elastic4s

ElasticClient

class ElasticClient extends AnyRef

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

Instance Constructors

  1. new ElasticClient(client: Client, timeout: Long)

Type Members

  1. class SyncClient extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def admin: AdminClient

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bulk(requests: BulkCompatibleDefinition*): Future[BulkResponse]

  9. val client: Client

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit

  12. def close(index: String): Future[CloseIndexResponse]

  13. def delete(d: ElasticDsl.DeleteByQueryDefinition): Future[DeleteByQueryResponse]

  14. def delete(d: ElasticDsl.DeleteByIdDefinition): Future[DeleteResponse]

  15. def deleteIndex(d: ElasticDsl.DeleteIndexDefinition): Future[DeleteIndexResponse]

  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def execute(req: MoreLikeThisRequest): Future[SearchResponse]

  19. def execute(req: UpdateRequest): Future[UpdateResponse]

  20. def execute(req: ValidateQueryRequest): Future[ValidateQueryResponse]

  21. def execute(builder: ElasticDsl.GetDefinition): Future[GetResponse]

    Executes a Scala DSL get and returns a scala Future with the GetResponse.

    Executes a Scala DSL get and returns a scala Future with the GetResponse.

    builder

    a GetDefinition from the Scala DSL

    returns

    a Future providing an GetResponse

  22. def execute(req: CountRequest): Future[CountResponse]

    Executes a Java API CountRequest and returns a scala Future with the CountResponse.

    Executes a Java API CountRequest and returns a scala Future with the CountResponse.

    req

    a CountRequest from the Java client

    returns

    a Future providing an CountResponse

  23. def execute(req: SearchRequest, callback: ActionListener[SearchResponse]): Unit

  24. def execute(req: SearchRequest): Future[SearchResponse]

    Executes a Java API SearchRequest and returns a scala Future with the SearchResponse.

    Executes a Java API SearchRequest and returns a scala Future with the SearchResponse.

    req

    a SearchRequest from the Java client

    returns

    a Future providing an SearchResponse

  25. def execute(req: IndexRequest, callback: ActionListener[IndexResponse]): Unit

  26. def execute(req: IndexRequest): Future[IndexResponse]

    Indexes a Java IndexRequest and returns a scala Future with the IndexResponse.

    Indexes a Java IndexRequest and returns a scala Future with the IndexResponse.

    req

    an IndexRequest from the Java client

    returns

    a Future providing an IndexResponse

  27. def execute[Req <: ActionRequest[Req], Res <: ActionResponse, Builder <: ActionRequestBuilder[Req, Res, Builder]](requestDefinition: IndicesRequestDefinition[Req, Res, Builder], callback: ActionListener[Res]): Unit

  28. def execute[Req <: ActionRequest[Req], Res <: ActionResponse, Builder <: ActionRequestBuilder[Req, Res, Builder]](requestDefinition: IndicesRequestDefinition[Req, Res, Builder]): Future[Res]

    Executes a Scala DSL IndicesRequestDefinition and returns a scala Future with corresponding ActionResponse.

    Executes a Scala DSL IndicesRequestDefinition and returns a scala Future with corresponding ActionResponse.

    requestDefinition

    a RequestDefinition from the Scala DSL

    returns

    a Future providing corresponding ActionResponse

  29. def execute[Req <: ActionRequest[Req], Res <: ActionResponse, Builder <: ActionRequestBuilder[Req, Res, Builder]](requestDefinition: RequestDefinition[Req, Res, Builder], callback: ActionListener[Res]): Unit

  30. def execute[Req <: ActionRequest[Req], Res <: ActionResponse, Builder <: ActionRequestBuilder[Req, Res, Builder]](requestDefinition: RequestDefinition[Req, Res, Builder]): Future[Res]

    Executes a Scala DSL RequestDefinition and returns a scala Future with corresponding ActionResponse.

    Executes a Scala DSL RequestDefinition and returns a scala Future with corresponding ActionResponse.

    requestDefinition

    a RequestDefinition from the Scala DSL

    returns

    a Future providing corresponding ActionResponse

  31. def exists(indexes: String*): Future[IndicesExistsResponse]

  32. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def flush(indexes: String*): Future[FlushResponse]

  34. def get(gets: ElasticDsl.GetDefinition*): Future[MultiGetResponse]

  35. def get(req: MultiGetRequest): Future[MultiGetResponse]

  36. def get(builder: ElasticDsl.GetDefinition): Future[GetResponse]

  37. def get(req: GetRequest): Future[GetResponse]

    Executes a Java API GetRequest and returns a scala Future with the GetResponse.

    Executes a Java API GetRequest and returns a scala Future with the GetResponse.

    req

    a GetRequest from the Java client

    returns

    a Future providing an GetResponse

  38. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def java: Client

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

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

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

    Definition Classes
    AnyRef
  45. def open(index: String): Future[OpenIndexResponse]

  46. def optimize(indexes: String*): Future[OptimizeResponse]

  47. def optimize(d: ElasticDsl.OptimizeDefinition): Future[OptimizeResponse]

  48. def percolate(percolate: ElasticDsl.PercolateDefinition): Future[PercolateResponse]

  49. def refresh(indexes: String*): Future[RefreshResponse]

  50. def register(registerDef: ElasticDsl.RegisterDefinition): Future[IndexResponse]

  51. def search(searches: ElasticDsl.SearchDefinition*): Future[MultiSearchResponse]

  52. def search(sdef: ElasticDsl.SearchDefinition): Future[SearchResponse]

    Executes a Scala DSL search and returns a scala Future with the SearchResponse.

    Executes a Scala DSL search and returns a scala Future with the SearchResponse.

    sdef

    a SearchDefinition from the Scala DSL

    returns

    a Future providing an SearchResponse

  53. def searchScroll(scrollId: String): Future[SearchResponse]

  54. def segments(indexes: String*): Future[IndicesSegmentResponse]

  55. def sync(implicit duration: Duration = 10.seconds): SyncClient

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

    Definition Classes
    AnyRef
  57. var timeout: Long

  58. def toString(): String

    Definition Classes
    AnyRef → Any
  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def result(requests: BulkCompatibleDefinition*)(implicit duration: Duration): BulkResponse

    Annotations
    @deprecated
    Deprecated

    (Since version 0.90.5) use the sync client

  2. def result(search: ElasticDsl.SearchDefinition)(implicit duration: Duration): SearchResponse

    Annotations
    @deprecated
    Deprecated

    (Since version 0.90.5) use the sync client

Inherited from AnyRef

Inherited from Any

Ungrouped