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.
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.
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.