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