소스 검색

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.