IndexSettings

class Object
trait Matchable
class Any

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.

def refreshInterval: Option[String]

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

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

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

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

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

Concrete fields

val settings: Map[String, Any]