This repository provides an integration of ElasticSearch into AEM.
Please see my blog for a detailed introduction and more information.
The ElasticSearch AEM Integration has been tested for AEM >6.1. All required dependencies are included in the complete
package.
To build this project, you first have to build the elasticsearch-rest-osgi client.
If you don't have a running ElasticSearch instance, you can use the provided VagrantFile in /misc/vagrant
to setup one using Virtualbox.
vagrant plugin install vagrant-vbguest
vagrant up
This will create a local box running Debian and ElasticSearch 5.2.1. The vm listens on the private only IP 192.168.50.10, so ElasticSearch can be reached on 192.168.50.10:9200