[Groonga-commit] groonga/groonga.org at 6fd106b [gh-pages] blog en: add 8.0.4 entry

Back to archive index

Masafumi Yokoyama null+****@clear*****
Fri Jun 29 18:23:59 JST 2018


Masafumi Yokoyama	2018-06-29 18:23:59 +0900 (Fri, 29 Jun 2018)

  New Revision: 6fd106b5ec1aaf5040a58d7abcae00feb96a2638
  https://github.com/groonga/groonga.org/commit/6fd106b5ec1aaf5040a58d7abcae00feb96a2638

  Message:
    blog en: add 8.0.4 entry

  Modified files:
    en/_posts/2018-06-29-groonga-8.0.4.md

  Modified: en/_posts/2018-06-29-groonga-8.0.4.md (+20 -2)
===================================================================
--- en/_posts/2018-06-29-groonga-8.0.4.md    2018-06-29 17:40:10 +0900 (17d92e8e)
+++ en/_posts/2018-06-29-groonga-8.0.4.md    2018-06-29 18:23:59 +0900 (7556d1f5)
@@ -2,7 +2,6 @@
 layout: post.en
 title: Groonga 8.0.4 has been released
 description: Groonga 8.0.4 has been released!
-published: false
 ---
 
 ## Groonga 8.0.4 has been released
@@ -13,7 +12,26 @@ How to install: [Install](/docs/install.html)
 
 ### Changes
 
-FIXME
+Here are important changes in this release:
+
+* [[column_create](/docs/reference/commands/column_create)] Added more validations for `column_create`
+* [[vector_find](/docs/reference/functions/vector_find)] Added a new function `vector_find()`
+
+#### Added more validations for `column_create`
+
+* 1: Full text search index for vector column must have WITH_SECTION flag.
+  * Accept TokenDelmit with `WITH_POSITION`. It's useful pattern for tag search.
+  * ref:
+    * [7.3.11. column_create — Groonga v8.0.4 documentation](/docs/reference/commands/column_create.html#flags)(7.3.11.4.1.3. flags)
+    * [7.8. Tokenizers — Groonga v8.0.4 documentation](/docs/reference/tokenizers.html#tokendelimit)(7.8.3.11. TokenDelmit)
+* 2: Full text search index for vector column must not be multi column
+  * detail: [groonga/groonga �� 08e2456](https://github.com/groonga/groonga/commit/08e2456ba35407e3d5172f71a0200fac2a770142)
+
+#### Added a new function `vector_find()`
+
+It returns the first element that matches the given condition from the given vector. See the document for details.
+
+[7.15.29. vector_find — Groonga v8.0.4 documentation](http://localhost:4000/docs/reference/functions/vector_find.html)
 
 ### Future of Debian jessie support plan
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180629/17f9d68f/attachment-0001.htm 



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