Renamed all AUTOSENSE snippets to CONSOLE (#18210)

This commit is contained in:
Clinton Gormley 2016-05-09 15:42:23 +02:00
parent 2528934411
commit 3f594089c2
95 changed files with 281 additions and 281 deletions

View file

@ -81,7 +81,7 @@ GET test/_search
}
}
----
// AUTOSENSE
// CONSOLE
[[lang-python-stored]]
[float]
@ -130,7 +130,7 @@ GET test/_search
}
----
// AUTOSENSE
// CONSOLE
<1> We store the script under the id `my_script`.
<2> The function score query retrieves the script with id `my_script`.
@ -186,7 +186,7 @@ GET test/_search
}
----
// AUTOSENSE
// CONSOLE
<1> The function score query retrieves the script with filename `my_script.py`.