【发布时间】:2016-07-14 05:46:31
【问题描述】:
我想在 elasticsearch 中执行搜索,忽略 tf-idf 搜索中的字段规范。您可以通过ignoring the field norms by setting the index mappings 完成此操作。但是,这似乎是通过更改索引来完成的,我只想修改搜索(我需要其他类型搜索的规范)。实现这一目标的最佳方法是什么?我使用 elasticsearch.js 作为我的弹性搜索接口。
【问题讨论】:
标签: elasticsearch