gpt4 book ai didi

elasticsearch - 我可以使用ElasticSearch映射转换来复制字段

转载 作者:行者123 更新时间:2023-12-03 02:02:38 24 4
gpt4 key购买 nike

我在这里阅读了有关映射转换的信息:https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-transform.html

The result of the transform is indexed but the original source is stored in the _source field.



所以我想我可以用它来“复制”一个字段。我尝试:
{
"mappings":{
"opportunity":{
"transform":{
"script":"ctx._source['skill_suggest']=ctx._source['skill']"
}
}
}
}

然后,我对“skill_suggest”字段执行查询,但未返回任何结果(对“skill”的相同查询工作正常)。

所以我做错了什么?
我可以动态地“复制”某些字段吗?我想对“技能”以及 Completion Suggester执行全文搜索,但是我无法修改从客户端发送的数据模式。

最佳答案

关于elasticsearch - 我可以使用ElasticSearch映射转换来复制字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30528235/

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