Luc Ebert
Luc Ebert

Reputation: 1255

Scripted_upsert with Elasticsearch-hadoop impossible?

With the Elasticsearch-hadoop Connector, is it possible to use the scripted_upsert to true on an upsert insertion ?

I am using the es.update.script.inline configuration, but i can't find any way to use the script_upsert to true and to empty the contents of the upsert

Upvotes: 0

Views: 252

Answers (1)

Luc Ebert
Luc Ebert

Reputation: 1255

Since elastic-hadoop 8.2.0 , it is possible to use scripted_upsert with the parameter :

"es.update.script.upsert" -> "true"

Upvotes: 0

Related Questions