[ANN] Mroonga 7.04 - Fast fulltext search for all languages on MySQL

Kentaro Hayashi <[email protected]> Thu, 29 Jun 2017 14:13:05 +0900
Newsgroups gmane.comp.db.mysql.general
Message-ID <[email protected]>
Hi,

Mroonga 7.04 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/2017/06/29/mroonga-7.04.html

Changes:
   http://mroonga.org/docs/news.html#release-7.04

# Supported Debian 9 (stretch)

In this release, Debian 9 (stretch) has been supported!

Here is the Debian 9 specific install procedure:

Add apt configuration in /etc/apt/sources.list.d/groonga.list:

  deb https://packages.groonga.org/debian/ stretch main
  deb-src https://packages.groonga.org/debian/ stretch main

Run the following commands to install Mroonga:

  % sudo apt-get install apt-transport-https
  % sudo apt-get update
  % sudo apt-get install -y --allow-unauthenticated groonga-keyring
  % sudo apt-get update
  % sudo apt-get install -y -V mariadb-server-10.1-mroonga

Since Debian 9, MariaDB 10.1 is adopted as a MySQL variant.  
mariadb-server-10.1-mroonga is corresponding package for it.

Note that mariadb-plugin-mroonga is bundled version of Mroonga in
MariaDB 10.1. It is a bit old version of Mroonga. We recommends to use
mariadb-server-10.1-mroonga package!

Regards,

-- 
Kentaro Hayashi <[email protected]>
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEcZ6y2T2+nE0h+6Bk9/t1xWbtIOMFAllUjGEACgkQ9/t1xWbt
IOM67BAA7otWwc5Gvk0PauTlPKPPOM0xGD8B+ZrK3vOKYeLNdJ6VR8Y7lCfiXBvv
Z43vJDqJ4VMcaern1VLHdljRF8kS6zVJXId7qXfgT8ZN8j1lKG1vAZcIoGE5ulYJ
DnE0F9B4x9OVKIaS9Z0agu5QzNhDDTMxmHTVh+2RHJ+XmRySjWYpq/ojBIxjRMTx
g8BWqeWZlnm3X2qbY/podoofDuGrs1hmIlPQJ5/qOXB6ara25Q1+SQ6NNT+2PFfl
XpIlr/qRTuuMeIIJNR3PuxzO1Aq1IBAuFQT32coQPCt3EioF/rGz7IZJJQ7NYVuI
/hU38/iaUT+pgdW7Y0PtKxMzbNAKQldbSbselWtvzrTROETBTOVGOvJj6A5FG34u
WeiUJ8+H2SYkI0MAfrC+RK2uByU18ylcfzlhJWZnZN3u0BQ6R/zZfDFDSeae9s3q
0bND3WPnxOeMaYoVnnLW6rVmIvcG4q2Mk9bA9ukCWaUmf+Zx9D7XzVc1vtrsQF+G
4ueY5gbhVtxS+gEigF6V5CbH+cVCsWlyu40q59FgcMtWbhoylaXO3+IJJITFd7x1
XAwusshl8egZl0VDfGeIXjgBGhTPRlJoyBL8YldCjllx4o+XYiFzQ248K4ORM4le
J0JrcPX/vl6Hl2NRJxuIf06+D1dbUIVuhx7gF5llUqUEppSqYhM=
=MlV4
-----END PGP SIGNATURE-----