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

@ -82,7 +82,7 @@ GET test/_search
}
}
----
// AUTOSENSE
// CONSOLE
[[lang-javascript-stored]]
[float]
@ -131,7 +131,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`.
@ -187,7 +187,7 @@ GET test/_search
}
----
// AUTOSENSE
// CONSOLE
<1> The function score query retrieves the script with filename `my_script.javascript`.