【发布时间】:2021-08-27 17:58:20
【问题描述】:
我知道弹性搜索中有词向量,可以给出词的位置和其他统计信息。
percolator 能否给出正在搜索的文档中的单词位置? 我知道这些文档没有被索引,只有过滤器查询被索引。我看到下面
If the requested information wasn’t stored in the index, it will be computed on the fly if possible. Additionally, term vectors could be computed for documents not even existing in the index, but instead provided by the user.
在 - https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-termvectors.html 很想知道弹性搜索是否可以即时计算单词位置?
感谢任何潜在客户。感谢阅读。
【问题讨论】:
标签: elasticsearch