https://github.com/deveth0/elasticsearch-aem
Example Implementation to integrate ElasticSearch in AEM
https://github.com/deveth0/elasticsearch-aem
aem elasticsearch
Last synced: 11 months ago
JSON representation
Example Implementation to integrate ElasticSearch in AEM
- Host: GitHub
- URL: https://github.com/deveth0/elasticsearch-aem
- Owner: deveth0
- License: apache-2.0
- Created: 2017-01-16T10:21:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T12:58:55.000Z (about 5 years ago)
- Last Synced: 2025-05-06T20:40:56.322Z (about 1 year ago)
- Topics: aem, elasticsearch
- Language: Java
- Homepage: https://www.dev-eth0.de/blog/2017/01/18/elasticsearch-aem.html
- Size: 45.9 KB
- Stars: 13
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElasticSearch-AEM
This repository provides an integration of ElasticSearch into AEM.
Please see my [blog](https://www.dev-eth0.de/2017/01/18/elasticsearch-aem/) for a detailed introduction and more information.
## Requirements
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](https://github.com/deveth0/elasticsearch-rest-osgi) client.
## Start ElasticSearch using Vagrant
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](http://192.168.50.10:9200)