Play framework is joining the Typesafe Stack — More information in the official announcement
Community contributed extensions
Search allows you to have basic full text search functionalities to your JPA Model. It is based on Lucene, and requires a real file system to store its indexes.
http://github.com/jfp/play-search/
Written by Jean-Francois POUX.
| search-head | Dec 10, 2011 | Documentation | Download |
| search-2.0 ★ | Feb 25, 2011 | Documentation | Download |
| search-1.4 | Jan 06, 2011 | Documentation | Download |
| search-1.3 | Nov 16, 2010 | Documentation | Download |
| search-1.2 | Mar 29, 2010 | Documentation | Download |
| search-1.1 | Mar 20, 2010 | Documentation | Download |
| search-1.0 | Jan 13, 2010 | Documentation | Download |
To install locally this modules use the install command:
play install search-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> search {version}
Check the documentation link of each release to check version notes.
Comments
Use this form to discuss about this module. Off-topic comments will be deleted without warning.