這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Sphinx Search

外掛說明

Sphinx Search is distributed as another example of the Search API project and uses Sphinx has a backend for searching.

The plugin requires some additional server side work (installing and configuring Sphinx, a cron job, etc.), so it should only be used by advanced users. Details on how to install the plugin can be found on the Installation page.

Issue Tracker

WordPress Search API has an issue tracker. Please submit any bug reports or feature suggestions here.

安裝方式

To install Sphinx you will need ssh access and the proper permissions for installing and compiling applications. The Sphinx Search website contains a tutorial on how to install Sphinx.

  1. Make sure that the Search API plugin has been installed.
  2. Upload the files in this directory in this archive to ‘wp-content/plugins/search/’
  3. Go to the Plugins page and activate “Sphinx Search”. Make sure all other search plugins have been disabled.
  4. Next set up a configuration file. There is a sphinx.conf within this archive that you should base your Sphinx configuration on. Make sure to edit the SQL username, password, and database paths as well as the table name in the configuration file. Follow the directions in the Sphinx documentation on how to use the Sphinx configuration file.
  5. Finally, set up a cron job to reindex the data. This step depends on your system and if your host allows cron jobs. Some hosting control panels allow you to add this feature. The job should run the following command (paths may need to be adjusted).

indexer –all –config /path/to/sphinx.conf

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Sphinx Search〉的開發相關工作。

參與者

將〈Sphinx Search〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial Version