Integrate Elastic Search in a Play! Framework Application. This module uses JPA events to notify Elastic Search of events of their own. It embeds a running Elastic Search instance for Rapid Development.
Attached Pull request allows users to create their own IndexEventHandlers without altering the Plugin code.
For this I had to change the enum ElasticSearchDeliveryMode to a class.
I also added new configuration options and described them in the README as well as in the source code.
Please merge the pull request and release a new version 0.5.
Thanks a lot for your good work.
Attached Pull request allows users to create their own IndexEventHandlers without altering the Plugin code.
For this I had to change the enum ElasticSearchDeliveryMode to a class. I also added new configuration options and described them in the README as well as in the source code.
Please merge the pull request and release a new version 0.5. Thanks a lot for your good work.
Dominik