ElasticsearchClientUri

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.

Companion:
object
Deprecated
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product