Mroonga 4.09 has been released!
Mroonga 4.09 has been released!
- How to install: Install
- How to upgrade: Upgrade guide
Changes
Here changes in this release:
- Added
mroonga_boolean_mode_syntax_flags
- Supported
FULLTEXT INDEX
without normalizer
Groonga 4.0.9 has some changes that are useful for Mroonga. Please reference it. Groonga 4.0.9 has also a crash bug fix. If your Mroonga crashes sometimes, please upgrade Groonga.
Added mroonga_boolean_mode_syntax_flags
You can custom syntax in MATCH () AGAINST ('...' IN BOOLEAN MODE)
by mroonga_boolean_mode_syntax_flags
. In other words, you can use Groonga syntax.
If you can use Groonga syntax, you can use more features but it's incompatible with MySQL's standard syntax.
See mroonga_boolean_mode_syntax_flags
document for details.
Supported FULLTEXT INDEX
without normalizer
You can create FULLTEXT INDEX
without normalizer by FULLTEXT INDEX (...) COMMENT 'normalizer "none"
.
Conclusion
See Release 4.09 - 2014-12-29 about detailed changes since 4.08.
Let's search by Mroonga!