[Groonga-commit] pgroonga/pgroonga.github.io at 08ba543 [master] Update for 2.0.0

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 16 22:17:55 JST 2017


Kouhei Sutou	2017-08-16 22:17:55 +0900 (Wed, 16 Aug 2017)

  New Revision: 08ba5435b4094d7591d0f8ec14e8e5090385d3b0
  https://github.com/pgroonga/pgroonga.github.io/commit/08ba5435b4094d7591d0f8ec14e8e5090385d3b0

  Message:
    Update for 2.0.0

  Modified files:
    _po/ja/reference/create-index-using-pgroonga.po
    ja/reference/create-index-using-pgroonga.md
    reference/create-index-using-pgroonga.md

  Modified: _po/ja/reference/create-index-using-pgroonga.po (+5 -5)
===================================================================
--- _po/ja/reference/create-index-using-pgroonga.po    2017-08-16 22:16:25 +0900 (ea8c34b)
+++ _po/ja/reference/create-index-using-pgroonga.po    2017-08-16 22:17:55 +0900 (0e58d85)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-04-29 12:39+0900\n"
+"PO-Revision-Date: 2017-08-16 22:17+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -77,14 +77,14 @@ msgid ""
 "```sql\n"
 "CREATE INDEX ${INDEX_NAME}\n"
 "          ON ${TABLE_NAME}\n"
-"       USING pgroonga (${COLUMN} pgroonga.varchar_full_text_search_ops);\n"
+"       USING pgroonga (${COLUMN} pgroonga_varchar_full_text_search_ops_v2);\n"
 "```"
 msgstr ""
 
 msgid ""
-"You need to specify `pgroonga.varchar_full_text_search_ops` operator class for"
-" the case."
-msgstr "この場合は`pgroonga.varchar_full_text_search_ops`オペレータークラスを指定する必要があります。"
+"You need to specify `pgroonga_varchar_full_text_search_ops_v2` operator class "
+"for the case."
+msgstr "この場合は`pgroonga_varchar_full_text_search_ops_v2`オペレータークラスを指定する必要があります。"
 
 msgid "### Customization {#customization}"
 msgstr "### カスタマイズ {#customization}"

  Modified: ja/reference/create-index-using-pgroonga.md (+2 -2)
===================================================================
--- ja/reference/create-index-using-pgroonga.md    2017-08-16 22:16:25 +0900 (eed71b7)
+++ ja/reference/create-index-using-pgroonga.md    2017-08-16 22:17:55 +0900 (9034648)
@@ -31,10 +31,10 @@ CREATE INDEX ${INDEX_NAME}
 ```sql
 CREATE INDEX ${INDEX_NAME}
           ON ${TABLE_NAME}
-       USING pgroonga (${COLUMN} pgroonga.varchar_full_text_search_ops);
+       USING pgroonga (${COLUMN} pgroonga_varchar_full_text_search_ops_v2);
 ```
 
-この場合は`pgroonga.varchar_full_text_search_ops`オペレータークラスを指定する必要があります。
+この場合は`pgroonga_varchar_full_text_search_ops_v2`オペレータークラスを指定する必要があります。
 
 ### カスタマイズ {#customization}
 

  Modified: reference/create-index-using-pgroonga.md (+2 -2)
===================================================================
--- reference/create-index-using-pgroonga.md    2017-08-16 22:16:25 +0900 (1bf5b69)
+++ reference/create-index-using-pgroonga.md    2017-08-16 22:17:55 +0900 (dcda0d0)
@@ -31,10 +31,10 @@ Here is a basic syntax for creating a full text search index for a `varchar` typ
 ```sql
 CREATE INDEX ${INDEX_NAME}
           ON ${TABLE_NAME}
-       USING pgroonga (${COLUMN} pgroonga.varchar_full_text_search_ops);
+       USING pgroonga (${COLUMN} pgroonga_varchar_full_text_search_ops_v2);
 ```
 
-You need to specify `pgroonga.varchar_full_text_search_ops` operator class for the case.
+You need to specify `pgroonga_varchar_full_text_search_ops_v2` operator class for the case.
 
 ### Customization {#customization}
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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