Περιγραφή
This plugin is a modification of “Fatastic ElasticSearch plugin”. This plugin is NOT a simple drop-in, it is expected you have some understanding of what an Elasticsearch server is and how it works. The goals/features of this plugin are:
- Replace the WordPresss standard search with Elasticsearch.
- Ability to specify what data points should be indexed and what the relevancy of those points are.
- Fall back to WordPress standard search if Elasticsearch server is not responsive.
- Update Elasticsearch server when posts are removed/added/unpublished.
- Make “match query” selectable as search type.
Εγκατάσταση
- Upload plugin folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Click the ‘Kumihimo’ menu item and follow the instructions on each section to configure the plugin. (be sure to save on each section)
- Select “Enable” on “Server Settings” when you are ready for it to go live.
Συχνές Ερωτήσεις
- Installation Instructions
-
- Upload plugin folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Click the ‘Kumihimo’ menu item and follow the instructions on each section to configure the plugin. (be sure to save on each section)
- Select “Enable” on “Server Settings” when you are ready for it to go live.
- Upload plugin folder to the
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Kumihimo” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Kumihimo” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.2
- Suppress ‘Illegal string offset’ on the Content Indexing screen.
1.0.1
- Change the standard search from “or” to “and”.
1.0.0
- First release. In order to handle Japanese documents, I added an option to use “match query” for “Fantastic ElasticSearch plugin”.