Package

com.sksamuel.elastic4s

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait ElasticDsl extends ElasticApi with Logging with BulkExecutables with DeleteExecutables with GetHttpExecutables with IndexAdminExecutables with IndexHttpExecutables with RefreshIndexExecutables with SearchExecutables with UpdateExecutables

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

    Permalink
  4. package bulk

    Permalink
  5. package delete

    Permalink
  6. package get

    Permalink
  7. package index

    Permalink
  8. package search

    Permalink
  9. package update

    Permalink

Ungrouped