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
Post a Comment