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

Adjusting TtlTest and adding modules to .gitignore #74

Closed hjemmel closed 11 years ago

hjemmel commented 11 years ago

There was a problem in TtlTest that the class ObjectToMap didn't extend from play.db.jpa.Model because of this was necessary add id (type=long)

I also added the modules folder to .gitignore