[Groonga-commit] pgroonga/pgroonga.github.io at e1b9d82 [master] Fix English

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 25 22:11:09 JST 2015


Kouhei Sutou	2015-10-25 22:11:09 +0900 (Sun, 25 Oct 2015)

  New Revision: e1b9d82cfb97cf9a6ef68937ae1bd59d624b6424
  https://github.com/pgroonga/pgroonga.github.io/commit/e1b9d82cfb97cf9a6ef68937ae1bd59d624b6424

  Message:
    Fix English

  Modified files:
    _po/ja/reference/operators/like.po
    reference/operators/like.md

  Modified: _po/ja/reference/operators/like.po (+2 -2)
===================================================================
--- _po/ja/reference/operators/like.po    2015-10-25 22:09:56 +0900 (dbc8ebe)
+++ _po/ja/reference/operators/like.po    2015-10-25 22:11:09 +0900 (d7d0f6f)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-10-25 22:08+0900\n"
+"PO-Revision-Date: 2015-10-25 22:10+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +28,7 @@ msgstr "## 概要"
 msgid ""
 "PGroonga converts `column LIKE '%KEYWORD%'` condition to `column %% 'KEYWORD'`"
 " internally. [`%%` operator](match.html) does full text search with index. It'"
-"s fast rather than `LIKE` operator without index."
+"s faster than `LIKE` operator without index."
 msgstr ""
 "PGroongaは内部的に`column LIKE '%キーワード%'`条件を`column %% 'キーワード'`条件に変換します。[`%%`演算子](m"
 "atch.html)はインデックスを使って全文検索をします。これはインデックスを使わない`LIKE`演算子より速いです。"

  Modified: reference/operators/like.md (+1 -1)
===================================================================
--- reference/operators/like.md    2015-10-25 22:09:56 +0900 (89678f0)
+++ reference/operators/like.md    2015-10-25 22:11:09 +0900 (1280592)
@@ -7,7 +7,7 @@ layout: en
 
 ## Summary
 
-PGroonga converts `column LIKE '%KEYWORD%'` condition to `column %% 'KEYWORD'` internally. [`%%` operator](match.html) does full text search with index. It's fast rather than `LIKE` operator without index.
+PGroonga converts `column LIKE '%KEYWORD%'` condition to `column %% 'KEYWORD'` internally. [`%%` operator](match.html) does full text search with index. It's faster than `LIKE` operator without index.
 
 ## Syntax
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index