[Docs] Remove typo in painless-getting-started.asciidoc
This commit is contained in:
parent
7a82bb94b3
commit
b7e1d6fe3e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue