[Docs] Remove typo in painless-getting-started.asciidoc

This commit is contained in:
Christoph Büscher 2018-01-18 19:43:23 +01:00
parent 7a82bb94b3
commit b7e1d6fe3e
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ POST hockey/player/_update_by_query
Note: all of the `_update_by_query` examples above could really do with a
`query` to limit the data that they pull back. While you *could* use a
See {ref}/query-dsl-script-query.html[script query] it wouldn't be as efficient
{ref}/query-dsl-script-query.html[script query] it wouldn't be as efficient
as using any other query because script queries aren't able to use the inverted
index to limit the documents that they have to check.