elasticsearch:重命名查询的输出字段

elasticsearch: rename output fields of query

有没有办法重命名 elasticsearch 查询的输出字段(如 SQL 中的 "select .. AS ..")?我想保留索引中字段的原始名称,只在查询结果中修改它们的名称。

我读过 this 但它说要重新索引数据。

这在 Elasticsearch 中目前是不可能的。如果您需要这种转换,则需要在应用程序端进行。