Rroonga 12.1.0 has been released
Rroonga 12.1.0 has been released.
Rroonga is the Ruby bindings for Groonga that is a fast flexible fulltext search engine and column store.
Highlight
Here are changes since 12.1.0:
- [Groonga::PatriciaTrie] Fixed a bug that
Groonga::PatriciaTrie#scan
returned wrong offsets if there are many hit words.
Install
You can install Rroonga by just "gem install". (If you don't have Groonga, Rroonga installs it automatically.)
gem install rroonga
Tutorial
We recommend that you play tutorial after you install Rroonga. It helps you to understand how to use Rroonga.