ElasticsearchClientUri

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product