没有copy_to字段的术语向量信息

时间:2017-01-25 15:41:30

标签: elasticsearch

为什么带有选项" copy_to"的字段?不返回任何术语矢量数据?例如,我正在运行以下内容:

  GET my_index/my_type/1/_termvectors?fields=full_name

full_namefirst_namelast_name的合并,其中两者都返回术语向量。

1 个答案:

答案 0 :(得分:0)

如“术语向​​量 API”文档 (https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-termvectors.html#docs-termvectors) 中所述

“如果请求的信息未存储在索引中,则将在可能的情况下即时计算。”

对于 copy_to 字段,无法即时计算其信息。 解决方案是将它们存储在索引过程中。遵循术语向量文档 https://www.elastic.co/guide/en/elasticsearch/reference/current/term-vector.html