WP Search with Elasticsearch is plugin designed to make adding powerful search engine to your WordPress site simple..
Simply install the plugin, point it to your Elasticsearch instance, and with few clicks you will have all of your content set up to work with Elasticsearch..
Extract the zip file and just drop the in the wp-content plugins directory of your WordPress installation and then activate the Plugin from Plugins page.### Requirements * Elasticsearch 5.5+ * PHP 5.6 * At least 512MB allocated for WordPress.
To set up Elasticsearch instance from scratch, refer to Elasticsearch docs here for support and allowing access to your ES instance...
You will need to make sure that your ES instance is set up to allow requests from your WordPress installation...
-For AWS Make note of IP of your WordPress host, and add it to IP's in the 'modify access policy section...
If you have used the info for your ES instance have allowed your WordPress IP to access it, you should see the information at the top of the screen.
Once your cluster is connected, scroll to the bottom of the screen and click on 'Click to Create Index button.
Once your index has been created, click on 'Click to Populate button at the bottom of the screen, you will be notified how many posts have been added to the index, then the page will reload...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more