Update script-fields.asciidoc (#42490)

This commit is contained in:
bellengao 2019-05-27 17:47:46 +08:00 committed by Christoph Büscher
parent 7b4d1ac352
commit 380f296631
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ GET /_search
// CONSOLE
// TEST[setup:sales]
Script fields can work on fields that are not stored (`my_field_name` in
Script fields can work on fields that are not stored (`price` in
the above case), and allow to return custom values to be returned (the
evaluated value of the script).