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

Fixes after pull request #8 #23

Closed bgooren closed 13 years ago

bgooren commented 13 years ago

Felipe,

I've only recently started working with Github + Git, so I'm not sure if I did everything correctly. I've fetched and then merged from your repository. After doing so I've tried to include some changes. I'm not sure at this point how the resulting code in your repo will look once you complete this pull request. E.g. will ReflectionUtil show the code from #8 or from this pull?

These commits fix some things broken by your merge of pull request #8:

Sebastian

feliperazeek commented 13 years ago

Nice let me take a look at it, thank you very much!