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

com.sksamuel.elastic4s.requests.update.UpdateGet.scala Maven / Gradle / Ivy

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

// contains the source if specified by the _source parameter
case class UpdateGet(found: Boolean, _source: Map[String, Any])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy