IndexSettings

com.sksamuel.elastic4s.requests.indexes.IndexSettings

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(name: String, value: Any): IndexSettings

Sets (adds or replaces) a single setting on this index.

Sets (adds or replaces) a single setting on this index.

Attributes

def refreshInterval: Option[String]

Sets the 'index.refresh_interval' property on this index.

Sets the 'index.refresh_interval' property on this index.

Attributes

Sets the 'index.refresh_interval' property on this index.

Sets the 'index.refresh_interval' property on this index.

Attributes

def replicas: Option[Int]
def replicas_=(r: Int): IndexSettings
def shards: Option[Int]
def shards_=(s: Int): IndexSettings

Concrete fields

val settings: Map[String, Any]