|
1 | | -=== SearchPress === |
2 | | -Contributors: mboynes, alleyinteractive |
3 | | -Tags: search, elasticsearch, faceted search, performance |
4 | | -Requires at least: 4.8.0 |
5 | | -Tested up to: 5.4 |
6 | | -Stable tag: 0.4 |
7 | | -License: GPLv2 or later |
8 | | -License URI: http://www.gnu.org/licenses/gpl-2.0.html |
9 | | - |
10 | | -Elasticsearch plugin for WordPress. |
11 | | - |
12 | | -== Description == |
13 | | - |
14 | | -This plugin indexes your content in Elasticsearch, replaces WordPress' core search |
15 | | -with Elasticsearch, and provides an API for custom queries against the Elasticsearch |
16 | | -server. |
17 | | - |
18 | | -== Prerequisites == |
19 | | - |
20 | | -* PHP 5.6+ |
21 | | -* Elasticsearch |
22 | | - |
23 | | -== Installation == |
24 | | - |
25 | | -1. Upload to the `/wp-content/plugins/` directory |
26 | | -1. Activate the plugin through the 'Plugins' menu in WordPress |
27 | | -1. You'll be prompted to add your elasticsearch endpoint and to index your posts. |
| 1 | +=== SearchPress === |
| 2 | +Contributors: mboynes, alleyinteractive |
| 3 | +Tags: search, elasticsearch, faceted search, performance |
| 4 | +Requires at least: 4.8.0 |
| 5 | +Tested up to: 5.4 |
| 6 | +Stable tag: 0.4.1 |
| 7 | +License: GPLv2 or later |
| 8 | +License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | +
|
| 10 | +Elasticsearch plugin for WordPress. |
| 11 | +
|
| 12 | +== Description == |
| 13 | +
|
| 14 | +This plugin indexes your content in Elasticsearch, replaces WordPress' core search |
| 15 | +with Elasticsearch, and provides an API for custom queries against the Elasticsearch |
| 16 | +server. |
| 17 | +
|
| 18 | +== Prerequisites == |
| 19 | +
|
| 20 | +* PHP 5.6+ |
| 21 | +* Elasticsearch |
| 22 | +
|
| 23 | +== Installation == |
| 24 | +
|
| 25 | +1. Upload to the `/wp-content/plugins/` directory |
| 26 | +1. Activate the plugin through the 'Plugins' menu in WordPress |
| 27 | +1. You'll be prompted to add your elasticsearch endpoint and to index your posts. |
0 commit comments