Explorar o código

Merge pull request #14608 from jimmyjones2/patch-1

Update all-field.asciidoc
Clinton Gormley %!s(int64=10) %!d(string=hai) anos
pai
achega
c49aaa1284
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.