[ANN] Rroonga 5.0.1 - fulltext search engine bindings

Hi,

Rroonga 5.0.1 has been released!

Web: http://ranguba.org/#about-rroonga

Rroonga is the Ruby bindings for Groonga that is a fast
flexible fulltext search engine and column store.

About Groonga: http://groonga.org/

== About Rroonga

Rroonga is a library to use Groonga with Ruby-ish API. It is
easy to add fast fulltext search feature to your Ruby
application easily. You don't need to install any server
process because Rroonga is a library.

== Topics

Many of the features that have been added in Groonga 5.0.1
is now available even Rroonga.

For example, regular expression support:

     table.select do |record|
       record.column =~ /\A[GR]roonga/
     end

See documents of Groonga for details:

7.8. Tokenizers — Groonga v5.0.2 documentation
http://groonga.org/docs/reference/tokenizers.html#tokenregexp

7.13. Regular expression — Groonga v5.0.2 documentation
http://groonga.org/docs/reference/regular_expression.html

Here are changes since Rroonga 5.0.0:
http://ranguba.org/rroonga/en/file.news.html#version-5-0-1

== Install

You can install Rroonga by just "gem install".
(If you don't have Groonga, Rroonga installs it
automatically.)

   gem install rroonga

Detail: http://ranguba.org/rroonga/en/file.install.html

== Tutorial

We recommend that you play tutorial after you install Rroonga.
It helps you to understand how to use Rroonga.

Tutorial: http://ranguba.org/rroonga/en/file.tutorial.html

Thanks,

···

--
Masafumi Yokoyama
ClearCode Inc.
E-mail: yokoyama@clear-code.com
Web: http://www.clear-code.com/