Skip to content

chapter1/chapter010_intro/25-50 #251

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

Closed
wants to merge 8 commits into from
Closed

Conversation

Josephjin
Copy link

chapter/chapter10/25_Tutorial_Indexing.asciidoc
chapter/chapter10/30_Tutorial_Search.asciidoc
chapter/chapter10/35_Tutorial_Aggregations.asciidoc
chapter/chapter10/40_Tutorial_Conclusion.asciidoc
chapter/chapter10/45_Distributed.asciidoc
chapter/chapter10/50_Conclusion.asciidoc

@Josephjin Josephjin closed this Sep 7, 2016
@Josephjin Josephjin reopened this Sep 7, 2016
@Josephjin Josephjin changed the title chapter/chapter10_25-50 chapter1/chapter010_intro/25-50 Sep 7, 2016

Next, let's try searching for employees who have ``Smith'' in their last name.
To do this, we'll use a _lightweight_ search method that is easy to use
from the command line. This method is often referred to as ((("query strings")))a _query-string_
search, since we pass the search as a URL query-string parameter:
下一步,让我们来尝试搜索哪些员工的姓氏为“Simth”。
为了完成这一步操作,我们将使用 lightweight 搜索法,同时这在命令行中可以轻松获得。
Copy link

Choose a reason for hiding this comment

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

This method is often referred to as a query-string search, since we pass the search as a URL query-string parameter:
这句话是不是没有翻译:
这种方法通常被称为查询字符串搜索,因为我们通过传递一个URL查询字符串参数进行搜索:


You can read more about the highlighting of search snippets in the
{ref}/search-request-highlighting.html[highlighting reference documentation].
关于搜索中的高亮片段,你可以在{ref}/search-request-highlighting.html[highlighting reference documentation].阅读更多信息。
Copy link

Choose a reason for hiding this comment

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

关于搜索中的高亮片段,你可以在{ref}/search-request-highlighting.html[highlighting reference documentation].阅读更多信息。
这里可不可以这样翻译:
关于搜索中的高亮片段,你可以在highlighting reference documentation阅读更多信息。(highlighting reference documentation的网址:https://www.elastic.co/guide/en/elasticsearch/reference/2.4/search-request-highlighting.html)(引用网址的链接出现了问题)

@@ -3,21 +3,28 @@
To give you a feel for what is possible in Elasticsearch and how easy
Copy link

Choose a reason for hiding this comment

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

Finding Your Feet
标题好像没有翻译,可不可以这样翻译:
适应新环境

@node
Copy link
Member

node commented Dec 7, 2016

这个PR需要拆分,每节一个PR 。

@node
Copy link
Member

node commented Jan 7, 2017

已全部拆分。

@node node closed this Jan 7, 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.

4 participants