Fix typo on analyze.asciidoc (#19354)

This commit is contained in:
Sho Minagawa 2016-07-11 22:49:39 +09:00 committed by Clinton Gormley
parent df7ad9970b
commit 6aa598e3fb
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ can also be provided to use a different analyzer:
curl -XGET 'localhost:9200/test/_analyze' -d '
{
"analyzer" : "whitespace",
"text : "this is a test"
"text" : "this is a test"
}'
--------------------------------------------------