瀏覽代碼

Merge pull request #14608 from jimmyjones2/patch-1

Update all-field.asciidoc
Clinton Gormley 10 年之前
父節點
當前提交
c49aaa1284
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/mapping/fields/all-field.asciidoc

+ 1 - 1
docs/reference/mapping/fields/all-field.asciidoc

@@ -2,7 +2,7 @@
 === `_all` field
 
 The `_all` field is a special _catch-all_ field which concatenates the values
-of all of the other fields into one big string, which is then
+of all of the other fields into one big string, using space as a delimiter, which is then
 <<analysis,analyzed>> and indexed, but not stored.  This means that it can be
 searched, but not retrieved.