Package

com.sksamuel.elastic4s

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait ElasticDsl extends ElasticApi with Logging with BulkImplicits with ClusterImplicits with DeleteImplicits with ExplainImplicits with GetImplicits with IndexImplicits with IndexAdminImplicits with IndexAliasImplicits with IndexTemplateImplicits with LocksImplicits with NodesImplicits with SearchImplicits with SearchScrollImplicits with UpdateImplicits with TaskImplicits with ValidateImplicits

    Permalink
  2. trait HttpClient extends Logging

    Permalink
  3. trait HttpExecutable[T, U] extends Logging

    Permalink

    T

    the type of the request object handled by this handler

    U

    the type of the response object returned by this handler

  4. trait LocksImplicits extends AnyRef

    Permalink
  5. case class Shards(total: Int, failed: Int, successful: Int) extends Product with Serializable

    Permalink

Value Members

  1. object ElasticDsl extends ElasticDsl

    Permalink
  2. object HttpClient extends Logging

    Permalink
  3. object NoOpHttpClientConfigCallback extends HttpClientConfigCallback

    Permalink

    HttpAsyncClientBuilder that performs a no-op on the given HttpAsyncClientBuilder

    HttpAsyncClientBuilder that performs a no-op on the given HttpAsyncClientBuilder

    Used as a default parameter to the HttpClient when no custom HttpAsync configuration is needed.

  4. object NoOpRequestConfigCallback extends RequestConfigCallback

    Permalink

    RequestConfigCallback that performs a no-op on the given RequestConfig.Builder.

    RequestConfigCallback that performs a no-op on the given RequestConfig.Builder.

    Used as a default parameter to the HttpClient when no custom request configuration is needed.

  5. object RefreshPolicyHttpValue

    Permalink
  6. object ScriptBuilderFn

    Permalink
  7. object SourceAsContentBuilder

    Permalink
  8. package bulk

    Permalink
  9. package cluster

    Permalink
  10. package delete

    Permalink
  11. package explain

    Permalink
  12. package get

    Permalink
  13. package index

    Permalink
  14. package nodes

    Permalink
  15. package search

    Permalink
  16. package task

    Permalink
  17. package update

    Permalink
  18. package validate

    Permalink

Ungrouped