浏览代码

Fix typo on analyze.asciidoc (#19354)

Sho Minagawa 9 年之前
父节点
当前提交
6aa598e3fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/indices/analyze.asciidoc

+ 1 - 1
docs/reference/indices/analyze.asciidoc

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