ElasticProperties

com.sksamuel.elastic4s.ElasticProperties$
See theElasticProperties companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(str: String): ElasticProperties

Creates ElasticProperties from an URI. The general format of the URI is: http(s)://host:port,host:port(/prefix)?querystring

Creates ElasticProperties from an URI. The general format of the URI is: http(s)://host:port,host:port(/prefix)?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

Attributes