Skip to content

Commit

Permalink
fix _all 字段名称 (elasticsearch-cn#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
bootell authored and medcl committed Jun 4, 2018
1 parent aa5573f commit e0c51ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 050_Search/20_Query_string.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ TIP: 在刚开始开发一个应用时,`_all` 字段是一个很实用的特

* `name` 字段中包含 `mary` 或者 `john`
* `date` 值大于 `2014-09-10`
* `_all_` 字段包含 `aggregations` 或者 `geo`
* `_all` 字段包含 `aggregations` 或者 `geo`

[source,js]
--------------------------------------------------
Expand Down

0 comments on commit e0c51ab

Please sign in to comment.