该插件尚未通过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.

常见问题

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

  • Initial release.