package restlastic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Endpoint(host: String, port: Int) extends Product with Serializable
- trait EndpointProvider extends AnyRef
- trait RequestSigner extends AnyRef
- abstract class RestlasticSearchClient extends ScrollClient
- class RestlasticSearchClient2 extends RestlasticSearchClient
-
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.
- trait ScrollClient extends AnyRef
- class StaticEndpoint extends EndpointProvider
Value Members
- object RestlasticSearchClient