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 e5d017b commit a5a71f1Copy full SHA for a5a71f1
070_Index_Mgmt/33_Metadata_ID.asciidoc
@@ -16,7 +16,7 @@
16
17
默认情况下, `_uid` 字段是被((("id field")))存储(可取回)和索引(可搜索)的。
18
`_type` 字段((("type field")))((("index field")))((("uid field")))被索引但是没有存储,
19
-`_id` 和 `_index` 字段则既没有索引也没有存储,这意味着它们并不是真实存在的。
+`_id` 和 `_index` 字段则既没有被索引也没有被存储,这意味着它们并不是真实存在的。
20
21
尽管如此,你仍然可以像真实字段一样查询 `_id` 字段。Elasticsearch 使用 `_uid` 字段来派生出 `_id` 。
22
虽然你可以修改这些字段的 `index` 和 `store` 设置,但是基本上不需要这么做。
0 commit comments