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

Use custom mapper #53

Closed isamaru closed 12 years ago

isamaru commented 12 years ago

I would like to be able to use Custom mappers easily. A one-minute fix would be making MapperFactory methods non-static and creating a public setter in ElasticSearchPlugin so I could inject my own MapperFactory implementation at runtime.

bgooren commented 12 years ago

Sounds doable :)

isamaru commented 12 years ago

Very nice, guys, thanks a lot!