Package

com.sksamuel.elastic4s

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultResponseHandler[U] extends ResponseHandler[U]

    Permalink
  2. trait ElasticDsl extends ElasticApi with Logging with BulkImplicits with CatImplicits with ClusterImplicits with DeleteImplicits with ExplainImplicits with GetImplicits with IndexImplicits with IndexAdminImplicits with IndexAliasImplicits with IndexTemplateImplicits with LocksImplicits with MappingExecutables with NodesImplicits with ReindexImplicits with SearchImplicits with SearchTemplateImplicits with SearchScrollImplicits with UpdateImplicits with TaskImplicits with TermVectorsExecutables with ValidateImplicits

    Permalink
  3. trait HttpClient extends Logging

    Permalink
  4. 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

  5. trait LocksImplicits extends AnyRef

    Permalink
  6. class NotFound404ResponseHandler[U] extends DefaultResponseHandler[U]

    Permalink
  7. trait ResponseHandler[U] extends AnyRef

    Permalink
  8. 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 IndicesOptionsParams

    Permalink
  4. object JacksonSupport

    Permalink
  5. 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.

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

  7. object RefreshPolicyHttpValue

    Permalink
  8. object ResponseHandler extends Logging

    Permalink
  9. object ScriptBuilderFn

    Permalink
  10. object SourceAsContentBuilder

    Permalink
  11. package bulk

    Permalink
  12. package cat

    Permalink
  13. package cluster

    Permalink
  14. package delete

    Permalink
  15. package explain

    Permalink
  16. package get

    Permalink
  17. package index

    Permalink
  18. package nodes

    Permalink
  19. package reindex

    Permalink
  20. package search

    Permalink
  21. package task

    Permalink
  22. package termvectors

    Permalink
  23. package update

    Permalink
  24. package validate

    Permalink

Ungrouped