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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use .await() on future of async client

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 admin: AdminClient

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val client: Client

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(index: String): Future[CloseIndexResponse]

  9. def close(): Unit

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

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

    Definition Classes
    AnyRef → Any
  12. def execute(u: ElasticDsl.UpdateDefinition): Future[UpdateResponse]

  13. def execute(get: GetMappingDefinition): Future[GetMappingsResponse]

  14. def execute(delete: DeleteIndexDefinition): Future[DeleteIndexResponse]

  15. def execute(bulk: BulkDefinition): Future[BulkResponse]

  16. def execute(req: DeleteIndexTemplateDefinition): Future[DeleteIndexTemplateResponse]

  17. def execute(req: CreateIndexTemplateDefinition): Future[PutIndexTemplateResponse]

  18. def execute(p: ElasticDsl.PercolateDefinition): Future[PercolateResponse]

  19. def execute(p: ElasticDsl.RegisterDefinition): Future[IndexResponse]

  20. def execute(v: ElasticDsl.ValidateDefinition): Future[ValidateQueryResponse]

  21. def execute(put: PutMappingDefinition): Future[PutMappingResponse]

  22. def execute(req: ElasticDsl.ExplainDefinition): Future[ExplainResponse]

  23. def execute(c: ClusterHealthDefinition): Future[ClusterHealthResponse]

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

  25. def execute(req: MoreLikeThisRequest): Future[SearchResponse]

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

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

  28. def execute(i: ElasticDsl.IndexStatusDefinition): Future[IndicesStatusResponse]

  29. def execute(c: ElasticDsl.CountDefinition): Future[CountResponse]

  30. def execute(req: CreateIndexRequest): Future[CreateIndexResponse]

  31. def execute(c: ElasticDsl.CreateIndexDefinition): Future[CreateIndexResponse]

  32. def execute(req: MultiGetDefinition): Future[MultiGetResponse]

  33. def execute(get: 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.

    get

    a GetDefinition from the Scala DSL

    returns

    a Future providing an GetResponse

  34. def execute(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

  35. 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

  36. def execute(req: DeleteSnapshotDefinition): Future[DeleteSnapshotResponse]

  37. def execute(req: RestoreSnapshotDefinition): Future[RestoreSnapshotResponse]

  38. def execute(opt: ElasticDsl.OptimizeDefinition): Future[OptimizeResponse]

  39. def execute(opt: OptimizeRequest): Future[OptimizeResponse]

  40. def execute(req: CreateSnapshotDefinition): Future[CreateSnapshotResponse]

  41. def execute(req: CreateRepositoryDefinition): Future[PutRepositoryResponse]

  42. def execute(req: ElasticDsl.DeleteByQueryDefinition): Future[DeleteByQueryResponse]

  43. def execute(req: DeleteByQueryRequest): Future[DeleteByQueryResponse]

  44. def execute(searches: ElasticDsl.SearchDefinition*): Future[MultiSearchResponse]

  45. def execute(searches: ElasticDsl.MultiSearchDefinition): Future[MultiSearchResponse]

  46. def execute(searches: MultiSearchRequest): Future[MultiSearchResponse]

  47. def execute(req: IndicesAliasesRequestDefinition): Future[IndicesAliasesResponse]

  48. def execute(req: MutateAliasDefinition): Future[IndicesAliasesResponse]

  49. def execute(req: IndicesAliasesRequest): Future[IndicesAliasesResponse]

  50. def execute(req: GetAliasDefinition): Future[GetAliasesResponse]

  51. def execute(req: GetAliasesRequest): Future[GetAliasesResponse]

  52. def execute(req: ElasticDsl.DeleteByIdDefinition): Future[DeleteResponse]

  53. def execute(req: DeleteRequest): Future[DeleteResponse]

  54. def execute(req: ElasticDsl.SearchDefinition): Future[SearchResponse]

  55. 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 clientl

    returns

    a Future providing an SearchResponse

  56. def execute(index: IndexDefinition): Future[IndexResponse]

  57. 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

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

  59. def finalize(): Unit

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

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

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

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

    Definition Classes
    Any
  64. def java: Client

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

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

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

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

  69. def putMapping(indexes: String*)(mapping: MappingDefinition): Future[PutMappingResponse]

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

  71. def reindex(sourceIndex: String, targetIndex: String, chunkSize: Int = 500, scroll: String = "5m", preserveId: Boolean = true)(implicit ec: ExecutionContext): Future[Unit]

  72. def searchScroll(scrollId: String, keepAlive: String): Future[SearchResponse]

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

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

  75. def shutdown(nodeIds: String*): Future[NodesShutdownResponse]

  76. def shutdown: Future[NodesShutdownResponse]

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

    Definition Classes
    AnyRef
  78. var timeout: Long

  79. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def bulk(requests: BulkCompatibleDefinition*): Future[BulkResponse]

    Annotations
    @deprecated
    Deprecated

    (Since version 1.3) Use bulk dsl with execute method

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use .await() on future of async client

Inherited from AnyRef

Inherited from Any

Ungrouped