Field alias

Any field, function, or transformer can be displayed with a different name in the output document:

 

Example

Meaning

id,price:crazy_price_field

return the stored field 'crazy_price_field' but display it as 'price'

id,price:sum(a,b)

return price as the sum of fields a+b

fl=my_alias:field_name

returns "field_name" but displays it as "my_alias"

相关文章:

  • 2022-01-17
  • 2021-10-25
  • 2021-08-29
  • 2022-02-24
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-25
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2021-09-11
  • 2021-06-14
  • 2021-09-28
相关资源
相似解决方案