[Groonga-commit] pgroonga/pgroonga.github.io at 3c61477 [master] Document &@ and &? for v1 operator

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 28 16:53:36 JST 2017


Kouhei Sutou	2017-04-28 16:53:36 +0900 (Fri, 28 Apr 2017)

  New Revision: 3c61477b216a65ec34eb31d755ec36f3c2c53e42
  https://github.com/pgroonga/pgroonga.github.io/commit/3c61477b216a65ec34eb31d755ec36f3c2c53e42

  Message:
    Document &@ and &? for v1 operator

  Modified files:
    _po/ja/reference/index.po
    _po/ja/reference/operators/match-v2.po
    _po/ja/reference/operators/match.po
    _po/ja/reference/operators/query-v2.po
    _po/ja/reference/operators/query.po
    ja/reference/index.md
    ja/reference/operators/match-v2.md
    ja/reference/operators/match.md
    ja/reference/operators/query-v2.md
    ja/reference/operators/query.md
    reference/index.md
    reference/operators/match-v2.md
    reference/operators/match.md
    reference/operators/query-v2.md
    reference/operators/query.md

  Modified: _po/ja/reference/index.po (+17 -1)
===================================================================
--- _po/ja/reference/index.po    2017-04-26 18:11:19 +0900 (928cffb)
+++ _po/ja/reference/index.po    2017-04-28 16:53:36 +0900 (52327f3)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-04-26 16:18+0900\n"
+"PO-Revision-Date: 2017-04-28 17:13+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -80,12 +80,28 @@ msgstr "  * [`LIKE`演算子](operators/like.html)"
 msgid "  * `ILIKE` operator"
 msgstr "  * `ILIKE`演算子"
 
+msgid "  * [`&@` operator](operators/match-v2.html)"
+msgstr "  * [`&@`演算子](operators/match-v2.html)"
+
 msgid "  * [`%%` operator](operators/match.html)"
 msgstr "  * [`%%`演算子](operators/match.html)"
 
+msgid ""
+"    * Deprecated since 1.2.0. Use [`&@` operator](operators/match-v2.html) ins"
+"tead."
+msgstr "    * 1.2.0から非推奨になりました。代わりに[`&@`演算子](operators/match-v2.html)を使ってください。"
+
+msgid "  * [`&?` operator](operators/query-v2.html) for non `jsonb` types"
+msgstr "  * `jsonb`型以外の型用の[`&?`演算子](operators/query-v2.html)"
+
 msgid "  * [`@@` operator](operators/query.html) for non `jsonb` types"
 msgstr "  * `jsonb`型以外の型用の[`@@`演算子](operators/query.html)"
 
+msgid ""
+"    * Deprecated since 1.2.0. Use [`&?` operator](operators/query-v2.html) ins"
+"tead."
+msgstr "    * 1.2.0から非推奨になりました。代わりに[`&?`演算子](operators/query-v2.html)を使ってください。"
+
 msgid "  * [`@@` operator](operators/jsonb-query.html) for `jsonb` type"
 msgstr "  * `jsonb`型用の[`@@`演算子](operators/jsonb-query.html)"
 

  Modified: _po/ja/reference/operators/match-v2.po (+2 -8)
===================================================================
--- _po/ja/reference/operators/match-v2.po    2017-04-26 18:11:19 +0900 (d02138e)
+++ _po/ja/reference/operators/match-v2.po    2017-04-28 16:53:36 +0900 (7499147)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-12-05 15:48+0900\n"
+"PO-Revision-Date: 2016-12-05 15:51+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,11 +25,6 @@ msgstr "# `&@`演算子"
 msgid "## Summary"
 msgstr "## 概要"
 
-msgid ""
-"This operator uses v2 operator class. It doesn't provide backward compatibilit"
-"y until PGroonga 2.0.0. Use it carefully."
-msgstr "この演算子はv2演算子クラスを使います。v2演算子クラスはPGroonga 2.0.0まで互換性を提供しません。注意して使ってください。"
-
 msgid "`&@` operator performs full text search by one keyword."
 msgstr "`&@`演算子は1つのキーワードで全文検索を実行します。"
 
@@ -63,8 +58,7 @@ msgid ""
 msgstr ""
 
 msgid ""
-"CREATE INDEX pgroonga_content_index ON memos\n"
-"  USING pgroonga (content pgroonga.text_full_text_search_ops_v2);\n"
+"CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);\n"
 "```"
 msgstr ""
 

  Modified: _po/ja/reference/operators/match.po (+12 -1)
===================================================================
--- _po/ja/reference/operators/match.po    2017-04-26 18:11:19 +0900 (6a77a03)
+++ _po/ja/reference/operators/match.po    2017-04-28 16:53:36 +0900 (f34f7c9)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-12-05 15:48+0900\n"
+"PO-Revision-Date: 2017-04-28 16:52+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,6 +25,11 @@ msgstr "# `%%`演算子"
 msgid "## Summary"
 msgstr "## 概要"
 
+msgid ""
+"This operator is deprecated since 1.2.0. Use [`&@` operator](match-v2.html) in"
+"stead."
+msgstr "1.2.0からこの演算子は非推奨になりました。代わりに[`&@`演算子](match-v2.html)を使ってください。"
+
 msgid "`%%` operator performs full text search by one keyword."
 msgstr "`%%`は1つのキーワードで全文検索を実行します。"
 
@@ -112,5 +117,11 @@ msgstr "複数のキーワードで検索したいときやAND/ORを使った検
 msgid "## See also"
 msgstr "## 参考"
 
+msgid "  * [`&?` operator](query-v2.html)"
+msgstr "  * [`&?`演算子](query-v2.html)"
+
 msgid "  * [`@@` operator](query.html)"
 msgstr "  * [`@@`演算子](query.html)"
+
+msgid "    * Deprecated since 1.2.0. Use [`&?` operator](query-v2.html) instead."
+msgstr "    * 1.2.0から非推奨になりました。代わりに[`&?`演算子](query-v2.html)を使ってください。"

  Modified: _po/ja/reference/operators/query-v2.po (+2 -8)
===================================================================
--- _po/ja/reference/operators/query-v2.po    2017-04-26 18:11:19 +0900 (1597276)
+++ _po/ja/reference/operators/query-v2.po    2017-04-28 16:53:36 +0900 (ea42dfe)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-12-05 15:49+0900\n"
+"PO-Revision-Date: 2016-12-05 15:51+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,11 +25,6 @@ msgstr "# `jsonb`型以外の型用の`&?`演算子"
 msgid "## Summary"
 msgstr "## 概要"
 
-msgid ""
-"This operator uses v2 operator class. It doesn't provide backward compatibilit"
-"y until PGroonga 2.0.0. Use it carefully."
-msgstr "この演算子はv2演算子クラスを使います。v2演算子クラスはPGroonga 2.0.0まで互換性を提供しません。注意して使ってください。"
-
 msgid "`&?` operator performs full text search with query."
 msgstr "`&?`演算子はクエリーを使って全文検索を実行します。"
 
@@ -75,8 +70,7 @@ msgid ""
 msgstr ""
 
 msgid ""
-"CREATE INDEX pgroonga_content_index ON memos\n"
-"  USING pgroonga (content pgroonga.text_full_text_search_ops_v2);\n"
+"CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);\n"
 "```"
 msgstr ""
 

  Modified: _po/ja/reference/operators/query.po (+12 -1)
===================================================================
--- _po/ja/reference/operators/query.po    2017-04-26 18:11:19 +0900 (2f06b2e)
+++ _po/ja/reference/operators/query.po    2017-04-28 16:53:36 +0900 (4ec57d1)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-12-05 15:49+0900\n"
+"PO-Revision-Date: 2017-04-28 16:50+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,6 +25,11 @@ msgstr "# `jsonb`型以外の型用の`@@`演算子"
 msgid "## Summary"
 msgstr "## 概要"
 
+msgid ""
+"This operator is deprecated since 1.2.0. Use [`&?` operator](query-v2.html) in"
+"stead."
+msgstr "1.2.0からこの演算子は非推奨になりました。代わりに[`&?`演算子](query-v2.html)を使ってください。"
+
 msgid "`@@` operator performs full text search with query."
 msgstr "`@@`演算子はクエリーを使って全文検索を実行します。"
 
@@ -146,9 +151,15 @@ msgstr ""
 msgid "## See also"
 msgstr "## 参考"
 
+msgid "  * [`&@` operator](match-v2.html)"
+msgstr "  * [`&@`演算子](match-v2.html)"
+
 msgid "  * [`%%` operator](match.html)"
 msgstr "  * [`%%`演算子](match.html)"
 
+msgid "    * Deprecated since 1.2.0. Use [`&@` operator](match-v2.html) instead."
+msgstr "    * 1.2.0から非推奨になりました。代わりに[`&@`演算子](match-v2.html)を使ってください。"
+
 msgid ""
 "  * [Groonga's query syntax](http://groonga.org/docs/reference/grn_expr/query_"
 "syntax.html)"

  Modified: ja/reference/index.md (+8 -0)
===================================================================
--- ja/reference/index.md    2017-04-26 18:11:19 +0900 (4d5e76b)
+++ ja/reference/index.md    2017-04-28 16:53:36 +0900 (94cdd4a)
@@ -32,10 +32,18 @@ PGroongaは`pgroonga`スキーマに関数・演算子・演算子クラスな
 
   * `ILIKE`演算子
 
+  * [`&@`演算子](operators/match-v2.html)
+
   * [`%%`演算子](operators/match.html)
 
+    * 1.2.0から非推奨になりました。代わりに[`&@`演算子](operators/match-v2.html)を使ってください。
+
+  * `jsonb`型以外の型用の[`&?`演算子](operators/query-v2.html)
+
   * `jsonb`型以外の型用の[`@@`演算子](operators/query.html)
 
+    * 1.2.0から非推奨になりました。代わりに[`&?`演算子](operators/query-v2.html)を使ってください。
+
   * `jsonb`型用の[`@@`演算子](operators/jsonb-query.html)
 
   * [`@>`演算子](operators/jsonb-contain.html)

  Modified: ja/reference/operators/match-v2.md (+1 -4)
===================================================================
--- ja/reference/operators/match-v2.md    2017-04-26 18:11:19 +0900 (2bf7fdf)
+++ ja/reference/operators/match-v2.md    2017-04-28 16:53:36 +0900 (47af56d)
@@ -7,8 +7,6 @@ upper_level: ../
 
 ## 概要
 
-この演算子はv2演算子クラスを使います。v2演算子クラスはPGroonga 2.0.0まで互換性を提供しません。注意して使ってください。
-
 `&@`演算子は1つのキーワードで全文検索を実行します。
 
 ## 構文
@@ -31,8 +29,7 @@ CREATE TABLE memos (
   content text
 );
 
-CREATE INDEX pgroonga_content_index ON memos
-  USING pgroonga (content pgroonga.text_full_text_search_ops_v2);
+CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);
 ```
 
 ```sql

  Modified: ja/reference/operators/match.md (+6 -0)
===================================================================
--- ja/reference/operators/match.md    2017-04-26 18:11:19 +0900 (17d7d7f)
+++ ja/reference/operators/match.md    2017-04-28 16:53:36 +0900 (f88af8a)
@@ -7,6 +7,8 @@ upper_level: ../
 
 ## 概要
 
+1.2.0からこの演算子は非推奨になりました。代わりに[`&@`演算子](match-v2.html)を使ってください。
+
 `%%`は1つのキーワードで全文検索を実行します。
 
 ## 構文
@@ -53,4 +55,8 @@ SELECT * FROM memos WHERE content %% '全文検索';
 
 ## 参考
 
+  * [`&?`演算子](query-v2.html)
+
   * [`@@`演算子](query.html)
+
+    * 1.2.0から非推奨になりました。代わりに[`&?`演算子](query-v2.html)を使ってください。

  Modified: ja/reference/operators/query-v2.md (+1 -4)
===================================================================
--- ja/reference/operators/query-v2.md    2017-04-26 18:11:19 +0900 (c2976c5)
+++ ja/reference/operators/query-v2.md    2017-04-28 16:53:36 +0900 (1369a44)
@@ -7,8 +7,6 @@ upper_level: ../
 
 ## 概要
 
-この演算子はv2演算子クラスを使います。v2演算子クラスはPGroonga 2.0.0まで互換性を提供しません。注意して使ってください。
-
 `&?`演算子はクエリーを使って全文検索を実行します。
 
 クエリーの構文はWeb検索エンジンで使われている構文と似ています。たとえば、クエリーで`キーワード1 OR キーワード2`と書くとOR検索できます。
@@ -35,8 +33,7 @@ CREATE TABLE memos (
   content text
 );
 
-CREATE INDEX pgroonga_content_index ON memos
-  USING pgroonga (content pgroonga.text_full_text_search_ops_v2);
+CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);
 ```
 
 ```sql

  Modified: ja/reference/operators/query.md (+6 -0)
===================================================================
--- ja/reference/operators/query.md    2017-04-26 18:11:19 +0900 (7204bd8)
+++ ja/reference/operators/query.md    2017-04-28 16:53:36 +0900 (bf50397)
@@ -7,6 +7,8 @@ upper_level: ../
 
 ## 概要
 
+1.2.0からこの演算子は非推奨になりました。代わりに[`&?`演算子](query-v2.html)を使ってください。
+
 `@@`演算子はクエリーを使って全文検索を実行します。
 
 クエリーの構文はWeb検索エンジンで使われている構文と似ています。たとえば、クエリーで`キーワード1 OR キーワード2`と書くとOR検索できます。
@@ -66,6 +68,10 @@ TODO: Describe about `SET search_path = "$user",public,pgroonga,pg_catalog;`.
 
 ## 参考
 
+  * [`&@`演算子](match-v2.html)
+
   * [`%%`演算子](match.html)
 
+    * 1.2.0から非推奨になりました。代わりに[`&@`演算子](match-v2.html)を使ってください。
+
   * [Groongaのクエリー構文](http://groonga.org/ja/docs/reference/grn_expr/query_syntax.html)

  Modified: reference/index.md (+8 -0)
===================================================================
--- reference/index.md    2017-04-26 18:11:19 +0900 (6d32326)
+++ reference/index.md    2017-04-28 16:53:36 +0900 (982f0ae)
@@ -32,10 +32,18 @@ PGroonga defines functions, operators, operator classes and so on into `pgroonga
 
   * `ILIKE` operator
 
+  * [`&@` operator](operators/match-v2.html)
+
   * [`%%` operator](operators/match.html)
 
+    * Deprecated since 1.2.0. Use [`&@` operator](operators/match-v2.html) instead.
+
+  * [`&?` operator](operators/query-v2.html) for non `jsonb` types
+
   * [`@@` operator](operators/query.html) for non `jsonb` types
 
+    * Deprecated since 1.2.0. Use [`&?` operator](operators/query-v2.html) instead.
+
   * [`@@` operator](operators/jsonb-query.html) for `jsonb` type
 
   * [`@>` operator](operators/jsonb-contain.html)

  Modified: reference/operators/match-v2.md (+1 -4)
===================================================================
--- reference/operators/match-v2.md    2017-04-26 18:11:19 +0900 (255874a)
+++ reference/operators/match-v2.md    2017-04-28 16:53:36 +0900 (b1dea6a)
@@ -7,8 +7,6 @@ upper_level: ../
 
 ## Summary
 
-This operator uses v2 operator class. It doesn't provide backward compatibility until PGroonga 2.0.0. Use it carefully.
-
 `&@` operator performs full text search by one keyword.
 
 ## Syntax
@@ -31,8 +29,7 @@ CREATE TABLE memos (
   content text
 );
 
-CREATE INDEX pgroonga_content_index ON memos
-  USING pgroonga (content pgroonga.text_full_text_search_ops_v2);
+CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);
 ```
 
 ```sql

  Modified: reference/operators/match.md (+6 -0)
===================================================================
--- reference/operators/match.md    2017-04-26 18:11:19 +0900 (0abcbdb)
+++ reference/operators/match.md    2017-04-28 16:53:36 +0900 (458223f)
@@ -7,6 +7,8 @@ upper_level: ../
 
 ## Summary
 
+This operator is deprecated since 1.2.0. Use [`&@` operator](match-v2.html) instead.
+
 `%%` operator performs full text search by one keyword.
 
 ## Syntax
@@ -53,4 +55,8 @@ If you want to perform full text search with multiple keywords or AND/OR search,
 
 ## See also
 
+  * [`&?` operator](query-v2.html)
+
   * [`@@` operator](query.html)
+
+    * Deprecated since 1.2.0. Use [`&?` operator](query-v2.html) instead.

  Modified: reference/operators/query-v2.md (+1 -4)
===================================================================
--- reference/operators/query-v2.md    2017-04-26 18:11:19 +0900 (59a47fc)
+++ reference/operators/query-v2.md    2017-04-28 16:53:36 +0900 (8787423)
@@ -7,8 +7,6 @@ upper_level: ../
 
 ## Summary
 
-This operator uses v2 operator class. It doesn't provide backward compatibility until PGroonga 2.0.0. Use it carefully.
-
 `&?` operator performs full text search with query.
 
 Query's syntax is similar to syntax that is used in Web search engine. For example, you can use OR search by `KEYWORD1 OR KEYWORD2` in query.
@@ -35,8 +33,7 @@ CREATE TABLE memos (
   content text
 );
 
-CREATE INDEX pgroonga_content_index ON memos
-  USING pgroonga (content pgroonga.text_full_text_search_ops_v2);
+CREATE INDEX pgroonga_content_index ON memos USING pgroonga (content);
 ```
 
 ```sql

  Modified: reference/operators/query.md (+6 -0)
===================================================================
--- reference/operators/query.md    2017-04-26 18:11:19 +0900 (b67fd20)
+++ reference/operators/query.md    2017-04-28 16:53:36 +0900 (05c1a0a)
@@ -7,6 +7,8 @@ upper_level: ../
 
 ## Summary
 
+This operator is deprecated since 1.2.0. Use [`&?` operator](query-v2.html) instead.
+
 `@@` operator performs full text search with query.
 
 Query's syntax is similar to syntax that is used in Web search engine. For example, you can use OR search by `KEYWORD1 OR KEYWORD2` in query.
@@ -66,6 +68,10 @@ TODO: Describe about `SET search_path = "$user",public,pgroonga,pg_catalog;`.
 
 ## See also
 
+  * [`&@` operator](match-v2.html)
+
   * [`%%` operator](match.html)
 
+    * Deprecated since 1.2.0. Use [`&@` operator](match-v2.html) instead.
+
   * [Groonga's query syntax](http://groonga.org/docs/reference/grn_expr/query_syntax.html)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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