gpt4 book ai didi

indexing - 向现有文档 elasticsearch 添加附加属性

转载 作者:行者123 更新时间:2023-11-29 02:46:34 27 4
gpt4 key购买 nike

如何向 Elasticsearch 索引中的现有文档添加附加属性。

$ curl -XPUT 'http://localhost:9200/twitter/tweet/1' -d '{
"user" : "kimchy",
"post_date" : "2009-11-15T14:12:12",
"message" : "trying out Elastic Search"
}'

这将在索引中创建一个文档。如何向文档添加属性?假设

"new_attribute":"new_value"

这会将文档修改为

"user" : "kimchy",
"post_date" : "2009-11-15T14:12:12",
"message" : "trying out Elastic Search"
"new_attribute" :"new_value"

最佳答案

我认为更新 api 是可能的。检查这个:

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update.html#_update_part_of_a_document

并向下滚动到“向文档添加新字段”。

问候

关于indexing - 向现有文档 elasticsearch 添加附加属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18466773/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com