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

@Transient fields are indexed #37

Open omaroman opened 12 years ago

omaroman commented 12 years ago

Fields annotated with @Transient are indexed, since those fields are not persistent there's no reason for indexing them.