我在 mustache 文件中创建了一个搜索模板,并将其放在 /config/scripts 中。
我可以通过指定 templateType 来使用这个模板进行 java 搜索
SearchResponse sr = clientES.prepareSearch("symposium-statistique-application").setTypes("application")
.setTemplateName("aggregationByApplicationsTemplate").setTemplateType(ScriptService.ScriptType.FILE)
注意:我可以在 javascript 中进行索引 searchTemplate,但我必须使用文件模板。.setTemplateParams(template_params).get();
但我没有在文档Elk javascript 文档中找到如何在 javascript 中做同样的事情。
提前致谢, 亚历山大