I am using pyelasticsearch v7.10.1 and I am trying to update a document in one index in the kibana/elasticsearch server. What should I do if I want to create a hyperlink field during the update?
source_to_update = { "doc": { "x": "val of x", "y": "val of y", "urlfield": ???"www.google.com" } }
1.4m articles
1.4m replys
5 comments
57.0k users