feliperazeek / playframework-elasticsearch

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.
http://geeks.aretotally.in/play-framework-module-elastic-search-distributed-searching-with-json-http-rest-or-java
84 stars 43 forks source link

Allow for custom IndexEventHandlers #58

Closed domdorn closed 12 years ago

domdorn commented 12 years ago

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