Groonga 8.0.4 has been released
Groonga 8.0.4 has been released!
How to install: Install
Changes
Here are important changes in this release:
- [column_create] Added more validations for
column_create
- [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(7.3.11.4.1.3. flags)
- 7.8. Tokenizers — Groonga v8.0.4 documentation(7.8.3.11. TokenDelmit)
- Accept TokenDelmit with
- 2: Full text search index for vector column must not be multi column
- detail: groonga/groonga@08e2456
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
Future of Debian jessie support plan
As you know, last Debian jessie point release had been released.
So, we will plan to stop providing newer Groonga packages for Debian jessie from next month. We recommend to upgrade to Debian stretch.
Conclusion
See Release 8.0.4 2018-06-29 about detailed changes since 8.0.3
Let's search by Groonga!