Groonga 6.0.9 has been released!
Groonga 6.0.9 has been released!
How to install in each environment: Install
Changes
Here are important changes in this release:
- Fixed index search bug
- Supported regular expression in location directive for groonga-httpd
Fixed index search bug
Fixed a bug that missing search results even though it should be matched
Fixed fixed index search bug that missing search results even though it should be matched. It may occur in Groonga 6.0.3 or later.
We recommend you to upgrade to 6.0.9 if you use Groonga 6.0.3 or later.
If you can't immediately upgrade, you can avoid the bug by the following environment variable:
GRN_II_CURSOR_SET_MIN_ENABLE=no
Supported regular expression in location directive for groonga-httpd
You can now use regular expression in location directive in configuration file of groonga-httpd.
location ~ ^/d/(load|delete) {
groonga on;
groonga_base_path /d/;
# Settings for the host
}
Conclusions
Please refer to Release 6.0.9 - 2016-09-29 about detailed changes since 6.0.8.
Then, let's go all out to search by Groonga!