Installing Elasticsearch

Follow the instructions in the Elasticsearch Docs

Make sure that Elasticsearch is installed and running on your server by running
curl -XGET -i 'http://127.0.0.1:9200' in the command line

Installing Elasticsearch Indexer

Download and install the plugin like you normally would install a plugin

After you have activated the plugin, you will have to reindex the posts from the admin panel. As long as the plugin is active, the index will sync automatically to changes.

Once you have indexed, Elasticsearch Indexer will automatically integrate WP_Query with Elasticsearch.

Reindex whenever you update the plugin.