https://github.com/bigwing/bigwing-elasticpress-integration
Enable deeper integration with BigWing's Elasticsearch instance using the ElasticPress plugin.
https://github.com/bigwing/bigwing-elasticpress-integration
elasticpress elasticsearch wordpress-plugin
Last synced: 4 months ago
JSON representation
Enable deeper integration with BigWing's Elasticsearch instance using the ElasticPress plugin.
- Host: GitHub
- URL: https://github.com/bigwing/bigwing-elasticpress-integration
- Owner: bigwing
- License: gpl-2.0
- Created: 2020-01-07T16:45:15.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-01-15T04:45:28.000Z (over 6 years ago)
- Last Synced: 2025-12-26T02:29:29.959Z (8 months ago)
- Topics: elasticpress, elasticsearch, wordpress-plugin
- Language: PHP
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigWing ElasticPress Integration
Contributors: BigWing, morganestes
Tags: elasticpress, elasticsearch, rest api
Requires at least: 4.7
Tested up to: 5.3
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Integrate and extend BigWing's Elasticsearch service using the ElasticPress plugin.
## Description
Use ElasticPress features with BigWing's custom Elasticsearch setup, including authenticated requests and hardened Autosuggest.
## Installation
1. Install, activate, and configure the ElasticPress plugin from 10up (https://wordpress.org/plugins/elasticpress/).
1. Install and activate this plugin using your preferred method.
1. Add your Elasticsearch credentials to `wp-config.php` using the `ES_SHIELD` PHP constant (e.g. `define( 'ES_SHIELD', '{username}:{password}' );`).
1. Enable the Autosuggest feature in ElasticPress.
## Changelog
### 0.5.0
* Initial development release.
* Adds an internal Autosuggest endpoint to the WP REST API.