1

I have a question regarding with the Update By Query Api in Elastic Search. I'm using sksamuel.elastic4 2.3.0 library. https://github.com/sksamuel/elastic4s As i know this library supports "update" api but i couldn't find the update by query functionality. To be sure i would like to ask. Thanks.

sbb
  • 529
  • 3
  • 25

1 Answers1

1

Update by query is supported in version 5.0.0 https://github.com/sksamuel/elastic4s/blob/master/elastic4s-core/src/main/scala/com/sksamuel/elastic4s/update/UpdateByQueryDefinition.scala

sksamuel
  • 16,154
  • 8
  • 60
  • 108