IndexSettingsResponse

case class IndexSettingsResponse(settings: Map[Index, Map[String, String]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def settingsForIndex(index: Index): Map[String, String]

Inherited methods

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