mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Renamed all AUTOSENSE snippets to CONSOLE (#18210)
This commit is contained in:
parent
2528934411
commit
3f594089c2
95 changed files with 281 additions and 281 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue