Packages

package restlastic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Endpoint(host: String, port: Int) extends Product with Serializable
  2. trait EndpointProvider extends AnyRef
  3. trait RequestSigner extends AnyRef
  4. abstract class RestlasticSearchClient extends ScrollClient
  5. class RestlasticSearchClient2 extends RestlasticSearchClient
  6. class RestlasticSearchClient6 extends RestlasticSearchClient

    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
  8. class StaticEndpoint extends EndpointProvider

Value Members

  1. object RestlasticSearchClient

Ungrouped