Skip to content

Commit a5a71f1

Browse files
committed
根据review意见修改
1 parent e5d017b commit a5a71f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

070_Index_Mgmt/33_Metadata_ID.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
默认情况下, `_uid` 字段是被((("id field")))存储(可取回)和索引(可搜索)的。
1818
`_type` 字段((("type field")))((("index field")))((("uid field")))被索引但是没有存储,
19-
`_id``_index` 字段则既没有索引也没有存储,这意味着它们并不是真实存在的。
19+
`_id``_index` 字段则既没有被索引也没有被存储,这意味着它们并不是真实存在的。
2020

2121
尽管如此,你仍然可以像真实字段一样查询 `_id` 字段。Elasticsearch 使用 `_uid` 字段来派生出 `_id`
2222
虽然你可以修改这些字段的 `index``store` 设置,但是基本上不需要这么做。

0 commit comments

Comments
 (0)