We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e11e42 commit c6df85eCopy full SHA for c6df85e
030_Data/05_Document.asciidoc
@@ -84,7 +84,7 @@ Elasticsearch 会处理所有的细节。
84
这些文档共享一种相同的(或非常相似)的模式:他们有一个标题、描述、产品代码和价格。他们只是正好属于“产品”下的一些子类。
85
86
87
-Elasticsearch 公开了一个成为 _types_ (类型)的特性,它允许您在索引中对数据进行逻辑分区。不同 types 的文档可能有不同的字段,但最好能够非常相似。
+Elasticsearch 公开了一个称为 _types_ (类型)的特性,它允许您在索引中对数据进行逻辑分区。不同 types 的文档可能有不同的字段,但最好能够非常相似。
88
我们将在 <<mapping>> 中更多的讨论关于 types 的一些应用和限制。
89
90
0 commit comments