このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Mroonga

説明

This plugin provides fast and rich full text search features based on Mroonga. Mroonga is a MySQL/MariaDB plugin. You don’t need to introduce a new server only for full text search. You can use existing MySQL/MariaDB server. It reduces maintainance cost.

Here are features:

  • Fast full text search
  • Google like query syntax such as (KEYWORD1 OR KEYWORD2) -KEYWORD3
  • Sort by relevance

Here are features to be implemented:

  • Keyword highlight
  • Snippet
  • Related posts
  • Auto complete
  • Synonym

インストール

This section describes how to install the plugin and get it working.

  1. Install Mroonga to your MySQL/MariaDB
  2. Upload the plugin files to the /wp-content/plugins/mroonga directory, or install the plugin through the WordPress plugins screen directly
  3. Activate the plugin through the ‘Plugins’ screen in WordPress

Now, the search box uses Mroonga’s full text search features instead of the default LIKE based full text search.

FAQ

QUESTION PLACEHOLDER

ANSWER PLACEHOLDER

評価

このプラグインにはレビューがありません。

貢献者と開発者

Mroonga はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Mroonga” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Mroonga” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.1.1 – 2018-02-09

  • Stopped to index needless contents.
    [GitHub#2][Patch by Yuya Tajima]

  • Added Japanese error messages.
    [GitHub#2][Patch by Yuya Tajima]

0.1.0 – 2017-08-16

  • 最初のリリース。