All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.elastic4s.requests.settings.IndexSettingsResponse.scala Maven / Gradle / Ivy

The newest version!
package com.sksamuel.elastic4s.requests.settings

import com.sksamuel.elastic4s.Index

case class IndexSettingsResponse(settings: Map[Index, Map[String, String]]) {
  def settingsForIndex(index: Index): Map[String, String] = settings(index)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy