Skip to content

chapter1_part5:/010_Intro/25_Tutorial_Indexing.asciidoc #437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 6, 2017

Conversation

node
Copy link
Member

@node node commented Jan 5, 2017

拆分 PR #251 chapter1/chapter010_intro/25-50

@@ -1,87 +1,64 @@
=== Finding Your Feet
[[tutorial-indexing]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_finding_your_feet



An Elasticsearch cluster can((("clusters", "indices in")))(((in clusters"))) contain multiple _indices_, which in
turn contain multiple _types_.((("tables"))) These types hold multiple _documents_,
An Elasticsearch cluster can((("clusters", "indices in")))(((in clusters"))) contain multiple _indices_, which in turn contain multiple _types_.((("tables"))) These types hold multiple _documents_,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这句多余的么?

* 每个雇员索引一个文档,包含该雇员的所有信息。
* 每个文档都将是((("types", "in employee directory (example)"))) `employee` _类型_ 。
* 该类型位于 _索引_ `megacorp` 内。
* 该索引保存在我们的 Elasticsearch 集群中。

In practice, this is easy (even though it looks like a lot of steps). We
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多余的?

@medcl medcl merged commit 3856830 into elasticsearch-cn:cn Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants