-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update 05_What_is_it.asciidoc #473
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
010_Intro/05_What_is_it.asciidoc
Outdated
|
|
||
| 但是 Lucene 仅仅只是一个库。为了利用它,你需要编写 java 程序,并在你的 java 程序里面直接集成 Lucene 包。 | ||
| 更坏的情况是,你需要对信息检索有一定程度的理解才能明白 Lucene 是怎么工作的。Lucene 是 _很_ 复杂的。 | ||
| 但是 Lucene 仅仅只是一个库。为了充分使用它的功能,你需要编写 java 程序,并在直接把 Lucene 集成到你的应用里。 |
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.
并在直接把
这里有一点不通顺,去掉在?
java 原文为 Java
010_Intro/05_What_is_it.asciidoc
Outdated
|
|
||
| Elasticsearch 将所有的功能打包成一个单独的服务,这样你可以通过程序去访问它提供的简单的 RESTful API 服务, | ||
| 不论你是使用自己喜欢的编程语言还是直接使用命令行(去充当这个客户端)。 | ||
| Elasticsearch 将所有的功能打包成一个单独的服务,这样你可以通过程序它提供的简单的 RESTful API 进行通信, |
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.
通过程序它提供的...进行通信
->
通过程序与它提供的...进行通信
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.
好的,改完了。
|
LGTM |
|
ok,我关了 |
|
@itbdw 关了干嘛啊,一般来说两个LGTM就可以进行 merge 了。 |
|
@medcl 我一开始认为是 OK了,然后一想可能你说的原来的翻译看起来还可以。。。 |
更新翻译