[Groonga-commit] groonga/groonga.org at c85c2bf [gh-pages] blog ja: add 7.0.9 entry

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Nov 24 15:18:31 JST 2017


Kentaro Hayashi	2017-11-24 15:18:31 +0900 (Fri, 24 Nov 2017)

  New Revision: c85c2bfdb53ae724d0377f723c64a08329fa212f
  https://github.com/groonga/groonga.org/commit/c85c2bfdb53ae724d0377f723c64a08329fa212f

  Message:
    blog ja: add 7.0.9 entry

  Added files:
    ja/_posts/2017-11-29-groonga-7.0.9.md

  Added: ja/_posts/2017-11-29-groonga-7.0.9.md (+37 -0) 100644
===================================================================
--- /dev/null
+++ ja/_posts/2017-11-29-groonga-7.0.9.md    2017-11-24 15:18:31 +0900 (ff81437e)
@@ -0,0 +1,37 @@
+---
+layout: post.ja
+title: Groonga 7.0.9リリース
+description: Groonga 7.0.9をリリースしました!
+published: false
+---
+
+## Groonga 7.0.9リリース
+
+今日は肉の日ですね!
+
+[Groonga 7.0.9](/ja/docs/news.html#release-7.0.9)をリリースしました!
+
+それぞれの環境毎のインストール方法: [インストール](/ja/docs/install.html)
+
+### 変更内容
+
+主な変更点は以下の通りです。
+
+  * [in_values](/ja/docs/reference/functions/in_values.html)で126を超える引数を指定できるようにしました
+  * [logical_range_filter](/ja/docs/reference/commands/logical_range_filter.html)と[logical_count](/ja/docs/reference/commands/logical_count.html)にて動的カラムをサポートしました
+
+### [in_values](/ja/docs/reference/functions/in_values.html)で126を超える引数を指定できるようにしました
+
+これまでのバージョンでは、 `in_values` の引数は126個までという制限がありました。
+そのため、多数の `OR` や `==` を使っているクエリを `in_values` を使ってまとめようとしても、引数の個数の制限のためできない置き換えられない場合がありました。
+
+今回のリリースでは、その制限を撤廃したので、上限を気にすることなく `in_values` を使えるようになりました。
+
+### [logical_range_filter](/ja/docs/reference/commands/logical_range_filter.html)と[logical_count](/ja/docs/reference/commands/logical_count.html)にて動的カラムをサポートしました
+
+
+### さいごに
+
+7.0.8からの詳細な変更点は[7.0.9リリース 2017-11-29](/ja/docs/news.html#release-7.0.9)を確認してください。
+
+それでは、Groongaでガンガン検索してください!
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171124/3fd0b0a4/attachment.htm 



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