Browse Source

Merge pull request #14608 from jimmyjones2/patch-1

Update all-field.asciidoc
Clinton Gormley 10 năm trước cách đây
mục cha
commit
c49aaa1284
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.