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 :) #45

Closed bgooren closed 12 years ago

bgooren commented 12 years ago

Felipe,

I've made changes to fix #32 (which in turn fixes #42). The major improvement is that I've added a new transformer which uses the mapping code.

To be backward-compatible, I've added a boolean flag on the Query class to enable the new transformer (Query#useMapper(boolean)). By default it will use the old transformer you once wrote.

feliperazeek commented 12 years ago

You are a pimp thank you!