-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Conversation
This reverts commit 18b8647.
|
||
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 搜索法,同时这在命令行中可以轻松获得。 |
There was a problem hiding this comment.
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].阅读更多信息。 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finding Your Feet
标题好像没有翻译,可不可以这样翻译:
适应新环境
这个PR需要拆分,每节一个PR 。 |
已全部拆分。 |
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