Fix typo in scroll.asciidoc

Fix scroll request with sort.

Closes #15493
This commit is contained in:
Jason Bryan 2015-12-16 17:43:50 -05:00 committed by Jason Tedor
parent 4f9d4103f2
commit 9a1133ca50
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ curl -XGET 'localhost:9200/_search?scroll=1m' -d '
{
"sort": [
"_doc"
}
]
}
'
--------------------------------------------------