Skip to content

Commit f4f58c9

Browse files
committed
Merge branch 'dajyaretakuya-chapter/chapter4_part1' into cn
2 parents 5aa3bbe + 5a6c9f5 commit f4f58c9

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed
Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
[[distributed-docs]]
2-
== Distributed Document Store
2+
== 分布式文档存储
33

4-
In the preceding chapter, we looked at all the ways to put data into your index and
5-
then retrieve it. But we glossed over many technical details surrounding how
6-
the data is distributed and fetched from the cluster. This separation is done
7-
on purpose; you don't really need to know how data is distributed to work
8-
with Elasticsearch. It just works.
4+
在前面的章节,我们介绍了如何索引和查询数据,不过我们忽略了很多底层的技术细节,
5+
例如文件是如何分布到集群的,又是如何从集群中获取的。
6+
Elasticsearch 本意就是隐藏这些底层细节,让我们好专注在业务开发中,所以其实你不必了解这么深入也无妨。
97

10-
In this chapter, we dive into those internal, technical details
11-
to help you understand how your data is stored in a distributed system.
8+
在这个章节中,我们将深入探索这些核心的技术细节,这能帮助你更好地理解数据如何被存储到这个分布式系统中。
129

13-
.Content Warning
10+
11+
.注意
1412
****
1513
16-
The information presented in this chapter is for your interest. You are not required to
17-
understand and remember all the detail in order to use Elasticsearch. The
18-
options that are discussed are for advanced users only.
14+
这个章节包含了一些高级话题,上面也提到过,就算你不记住和理解所有的细节仍然能正常使用 Elasticsearch。
15+
如果你有兴趣的话,这个章节可以作为你的课外兴趣读物,扩展你的知识面。
1916
20-
Read the section to gain a taste for how things work, and to know where the
21-
information is in case you need to refer to it in the future, but don't be
22-
overwhelmed by the details.
17+
如果你在阅读这个章节的时候感到很吃力,也不用担心。
18+
这个章节仅仅只是用来告诉你 Elasticsearch 是如何工作的,
19+
将来在工作中如果你需要用到这个章节提供的知识,可以再回过头来翻阅。
2320
2421
****
25-

0 commit comments

Comments
 (0)