[ANN] Mroonga 6.10 - Fast fulltext search for all languages on MySQL
Kentaro Hayashi <[email protected]>
| Newsgroups | gmane.comp.db.mysql.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Mroonga 6.10 has been released!
Mroonga is a MySQL storage engine that supports fast fulltext search
and geolocation search. It is CJK ready. It uses Groonga as a storage
and fulltext search engine.
Document:
http://mroonga.org/docs/
How to install: Install Guide
http://mroonga.org/docs/install.html
How to upgrade: Upgrade Guide
http://mroonga.org/docs/upgrade.html
Blog:
http://mroonga.org/en/blog/2016/10/29/mroonga-6.10.html
Changes:
http://mroonga.org/docs/news.html#release-6.10
There are two topics in this release.
* Supported Ubuntu 16.10 (Yakkety Yak)
* Supported Mroonga with MariaDB 10.x for Ubuntu 16.04 or later
## Supported Ubuntu 16.10 (Yakkety Yak)
In this release, we began to support Ubuntu 16.10 (Yakkety Yak).
Mroonga packages are provided on PPA, you can install as follows:
$ sudo apt-get install -y -V software-properties-common lsb-release
$ sudo add-apt-repository -y universe
$ sudo add-apt-repository \
"deb http://security.ubuntu.com/ubuntu $(lsb_release --short --codename)-security main restricted"
$ sudo add-apt-repository -y ppa:groonga/ppa
$ sudo apt-get update
$ sudo apt-get install -y -V mysql-server-mroonga
## Supported Mroonga with MariaDB 10.x for Ubuntu 16.04 or later
In this release, we began to support Mroonga packages for MariaDB
10.x.
This support is provided for Ubuntu 16.04 or later because MariaDB
10.x packages are available on these releases and it aims to make it
easy to try Mroonga for user of MariaDB.
To install Mroonga package for MariaDB, use mariadb-server-mroonga.
$ sudo apt-get install -y -V mariadb-server-mroonga
--
Kentaro Hayashi <[email protected]>
signature.asc
(application/pgp-signature, 801 B)
-----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYFBGGAAoJEPf7dcVm7SDjmgEQALW6Pn2tvOag2IuEvbY39rt1 OvJFUYhZbzzEPpCDtH9P5vZu8Cdx3Ugcf+RL9jwOghrFxvT+AUe7KC7KtzUmacF0 Y6hr0oD/pWX4IzMdcJsxLYSANvSoRTzrE+jN+SXdPDpUciKHoO9E7kQ2xDJPOyfQ QHBvfzMI/1YIJTD5kWmwRP5xa0VUyChJl/sL87e2QB5qKltwbxZ8z7lb0ERJfVNi cbwN/FQAaUTYmoW7DPrFHttu/6dKW0esn3XC8aXvcmRQET6W693HCZ4Aq6CKhklu Fb4ldMGxQ/1pCvWXXIQJTkQMbZPJKQuzbaoomipI84gyq56g2THXusEm+NvVnxji 3+CXJqi6PPD9HRS9aTGFkqhXKyvKbH03dLXaWVswv/iwMGXnBSiAnO008tQX/4wb fZHZB4sGueg5tPXG+jve0PNLybdXmWNMME99+jZSpva3CER/2ELIDhorCHexTglm 2PP88qIrf17QrS7MsSC7kKtYBZcVXg0llSTue+e6GSpzqs3UaXupXGeNtBmIOa5r 1tjIOyKKS9q1NZYCZJM7ljdG8EhHbQCCm23Ru9Dp0ZlAjlvjB+/Jil/fDL7bXIiy LT1Uq9Ie+j73VmNhd05awL30Y4XWr1B2cTXkkttLu76/slTnyllAExTH6tO7CEg9 jgoonC/vf4qtjtysR3Qt =qcE6 -----END PGP SIGNATURE-----