com.sksamuel.elastic4s.ElasticsearchClientUri
See theElasticsearchClientUri companion object
case class ElasticsearchClientUri(uri: String, hosts: List[(String, Int)], options: Map[String, String])
Uri used to connect to an Elasticsearch cluster. The general format is
http(s)://host:port),host:port)?querystring
Multiple host:port combinations can be specified, seperated by commas. Options can be specified using standard uri query string syntax, eg cluster.name=superman
To use HTTPS when using the HTTP client, add ssl=true to the query parameters.
Attributes
- Companion
- object
- Deprecated
- true
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article