【发布时间】:2022-01-18 14:16:37
【问题描述】:
官方的 elasticsearch 指南说: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-using.html
存储和检索脚本 您可以使用存储的脚本 API 从集群状态存储和检索脚本。 存储的脚本可缩短编译时间并加快搜索速度。
与内联脚本相比,存储脚本如何减少编译时间并使搜索速度更快?
【问题讨论】:
标签: elasticsearch