gpt4 book ai didi

elasticsearch - 嵌套:ScriptException [禁用动态脚本] elasticsearch

转载 作者:行者123 更新时间:2023-12-02 22:31:06 26 4
gpt4 key购买 nike

如何通过symfony配置启用动态脚本?

I have simply multiply 2*2 but it can't works.


curl -XGET 'http://localhost:9200/app/user/_search' -d '{
"script_fields" : {
"test1" : {
"script" : "2 * 2"
}
}
}'

文件:config.yml

fos_elastica:
客户:
默认值:{主机:localhost,端口:9200}
指标:
应用程式:
类型:
用户:
映射:
名称:〜
密码:{type:geo_point}
持久性:
#驱动程序可以是orm,mongodb,phpcr或propel
#不支持侦听器和查找器
#推进,应将其卸下
驱动程序:orm
型号:AppBundle \ Entity \ User
提供者:〜
听众:〜
查找器:〜

最佳答案

您应该在配置中添加以下内容:

script.inline: true
script.indexed: true

有关更多信息: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html#enable-dynamic-scripting

关于elasticsearch - 嵌套:ScriptException [禁用动态脚本] elasticsearch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38954674/

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