Skip to content

Commit c6df85e

Browse files
alexBaiJWmedcl
authored andcommitted
Update 05_Document.asciidoc (#480)
1 parent 2e11e42 commit c6df85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

030_Data/05_Document.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Elasticsearch 会处理所有的细节。
8484
这些文档共享一种相同的(或非常相似)的模式:他们有一个标题、描述、产品代码和价格。他们只是正好属于“产品”下的一些子类。
8585

8686

87-
Elasticsearch 公开了一个成为 _types_ (类型)的特性,它允许您在索引中对数据进行逻辑分区。不同 types 的文档可能有不同的字段,但最好能够非常相似。
87+
Elasticsearch 公开了一个称为 _types_ (类型)的特性,它允许您在索引中对数据进行逻辑分区。不同 types 的文档可能有不同的字段,但最好能够非常相似。
8888
我们将在 <<mapping>> 中更多的讨论关于 types 的一些应用和限制。
8989

9090

0 commit comments

Comments
 (0)