Package

com.sumologic.elasticsearch

restlastic

Permalink

package restlastic

Visibility
  1. Public
  2. All

Type Members

  1. case class Endpoint(host: String, port: Int) extends Product with Serializable

    Permalink
  2. trait EndpointProvider extends AnyRef

    Permalink
  3. trait RequestSigner extends AnyRef

    Permalink
  4. abstract class RestlasticSearchClient extends ScrollClient

    Permalink
  5. class RestlasticSearchClient2 extends RestlasticSearchClient

    Permalink
  6. class RestlasticSearchClient6 extends RestlasticSearchClient

    Permalink

    The RestlasticSearchClient is an implementation of a subset of the ElasticSearch protocol using the REST client instead of the native client.

    The RestlasticSearchClient is an implementation of a subset of the ElasticSearch protocol using the REST client instead of the native client. The DSL classes provide a (relatively) typesafe mapping from scala code to the JSON used by ElasticSearch.

  7. trait ScrollClient extends AnyRef

    Permalink
  8. class StaticEndpoint extends EndpointProvider

    Permalink

Value Members

  1. object RestlasticSearchClient

    Permalink
  2. package dsl

    Permalink

Ungrouped