SHA1 in painless (elasticsearch) -


how can update sha1 lot of millions records in index?

like...

{ "query": ... "script": "ctx._source.sha1 = sha1(ctx._source.field)" }

painless has not built-in sha1 function as groovy. exist way without using client-side?
if can't this, how can use python this?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -