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

multifield type support #61

Closed kretes closed 12 years ago

kretes commented 12 years ago

To sort by fields that have multiple words there need to be two fields defined in index. This elastic search feature is explained here : http://www.elasticsearch.org/guide/reference/mapping/multi-field-type.html

This is a simple solution to handle that