[Groonga-commit] pgroonga/pgroonga.github.io at c31f759 [master] Add 1.2.2 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 3 12:14:57 JST 2017


Kouhei Sutou	2017-07-03 12:14:57 +0900 (Mon, 03 Jul 2017)

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

  Message:
    Add 1.2.2 entry

  Modified files:
    _po/ja/news/index.po
    ja/news/index.md
    news/index.md

  Modified: _po/ja/news/index.po (+52 -5)
===================================================================
--- _po/ja/news/index.po    2017-07-03 12:03:20 +0900 (4652683)
+++ _po/ja/news/index.po    2017-07-03 12:14:57 +0900 (d5be04a)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-06-09 00:16+0900\n"
+"PO-Revision-Date: 2017-07-03 11:56+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,12 +20,59 @@ msgstr ""
 msgid "# News"
 msgstr "# おしらせ"
 
-msgid "## 1.2.1: 2017-06-08 {#version-1-2-1}"
+msgid "## 1.2.2: 2017-07-03 {#version-1-2-2}"
 msgstr ""
 
 msgid "### Improvements"
 msgstr "### 改良"
 
+msgid "  * Improved performance against empty array."
+msgstr ""
+
+msgid ""
+"  * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-"
+"v2]] Ignored tokenizer option."
+msgstr ""
+
+msgid ""
+"  * Supported `NULL` value for `jsonb` column.\n"
+"    [groonga-dev,04382][Reported by Hirokazu Matsuo]"
+msgstr ""
+
+msgid "  * [[`pgroonga.query_expand` function][query-expand]]: Added"
+msgstr ""
+
+msgid ""
+"  * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-"
+"v2]] Supported comparison operators."
+msgstr ""
+
+msgid ""
+"  * Stopped to use `?` for operator name:\n"
+"    [GitHub#45][Reported by YUKI \"Piro\" Hiroshi]"
+msgstr ""
+
+msgid "    * [[`&@~` operator][query-v2]]: Added. Deprecated `&?` operator."
+msgstr ""
+
+msgid "    * [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator."
+msgstr ""
+
+msgid "    * [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator."
+msgstr ""
+
+msgid "### Thanks"
+msgstr "### 感謝"
+
+msgid "  * Hirokazu Matsuo"
+msgstr ""
+
+msgid "  * YUKI \"Piro\" Hiroshi"
+msgstr ""
+
+msgid "## 1.2.1: 2017-06-08 {#version-1-2-1}"
+msgstr ""
+
 msgid ""
 "  * [[`pgroonga.text_full_text_search_ops_v2` operator class][text-full-text-s"
 "earch-ops-v2]] Supported `@@` and `%%` for backward compatibility."
@@ -149,9 +196,6 @@ msgid ""
 "y peter-schmitz]"
 msgstr ""
 
-msgid "### Thanks"
-msgstr "### 感謝"
-
 msgid "  * peter-schmitz"
 msgstr ""
 
@@ -1026,6 +1070,9 @@ msgid ""
 "[regular-expression-v2]:../reference/operators/regular-expression-v2.html"
 msgstr ""
 
+msgid "[query-expand]:../reference/functions/pgroonga-query-expand.html"
+msgstr ""
+
 msgid ""
 "[match-escalation-threshold]:../reference/parameters/match-escalation-threshol"
 "d.html"

  Modified: ja/news/index.md (+32 -0)
===================================================================
--- ja/news/index.md    2017-07-03 12:03:20 +0900 (22aa8bd)
+++ ja/news/index.md    2017-07-03 12:14:57 +0900 (d69bd20)
@@ -4,6 +4,36 @@ title: おしらせ
 
 # おしらせ
 
+## 1.2.2: 2017-07-03 {#version-1-2-2}
+
+### 改良
+
+  * Improved performance against empty array.
+
+  * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Ignored tokenizer option.
+
+  * Supported `NULL` value for `jsonb` column.
+    [groonga-dev,04382][Reported by Hirokazu Matsuo]
+
+  * [[`pgroonga.query_expand` function][query-expand]]: Added
+
+  * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Supported comparison operators.
+
+  * Stopped to use `?` for operator name:
+    [GitHub#45][Reported by YUKI "Piro" Hiroshi]
+
+    * [[`&@~` operator][query-v2]]: Added. Deprecated `&?` operator.
+
+    * [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator.
+
+    * [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator.
+
+### 感謝
+
+  * Hirokazu Matsuo
+
+  * YUKI "Piro" Hiroshi
+
 ## 1.2.1: 2017-06-08 {#version-1-2-1}
 
 ### 改良
@@ -682,4 +712,6 @@ The first release!!!
 [script-jsonb-v2]:../reference/operators/script-jsonb-v2.html
 [regular-expression-v2]:../reference/operators/regular-expression-v2.html
 
+[query-expand]:../reference/functions/pgroonga-query-expand.html
+
 [match-escalation-threshold]:../reference/parameters/match-escalation-threshold.html

  Modified: news/index.md (+32 -0)
===================================================================
--- news/index.md    2017-07-03 12:03:20 +0900 (5388c27)
+++ news/index.md    2017-07-03 12:14:57 +0900 (17c4632)
@@ -4,6 +4,36 @@ title: News
 
 # News
 
+## 1.2.2: 2017-07-03 {#version-1-2-2}
+
+### Improvements
+
+  * Improved performance against empty array.
+
+  * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Ignored tokenizer option.
+
+  * Supported `NULL` value for `jsonb` column.
+    [groonga-dev,04382][Reported by Hirokazu Matsuo]
+
+  * [[`pgroonga.query_expand` function][query-expand]]: Added
+
+  * [[`pgroonga.text_term_search_ops_v2` operator class][text-term-search-ops-v2]] Supported comparison operators.
+
+  * Stopped to use `?` for operator name:
+    [GitHub#45][Reported by YUKI "Piro" Hiroshi]
+
+    * [[`&@~` operator][query-v2]]: Added. Deprecated `&?` operator.
+
+    * [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator.
+
+    * [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator.
+
+### Thanks
+
+  * Hirokazu Matsuo
+
+  * YUKI "Piro" Hiroshi
+
 ## 1.2.1: 2017-06-08 {#version-1-2-1}
 
 ### Improvements
@@ -682,4 +712,6 @@ The first release!!!
 [script-jsonb-v2]:../reference/operators/script-jsonb-v2.html
 [regular-expression-v2]:../reference/operators/regular-expression-v2.html
 
+[query-expand]:../reference/functions/pgroonga-query-expand.html
+
 [match-escalation-threshold]:../reference/parameters/match-escalation-threshold.html
-------------- next part --------------
HTML����������������������������...
Télécharger 



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