Search [search] module
This module is for the Play 1.x series only.
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.
Published releases
| head | Dec 10 2011 | Documentation | Download |
| 2.0 | Feb 25 2011 | Documentation | Download |
| 1.4 | Jan 06 2011 | Documentation | Download |
| 1.3 | Nov 16 2010 | Documentation | Download |
| 1.2 | Mar 29 2010 | Documentation | Download |
| 1.1 | Mar 20 2010 | Documentation | Download |
| 1.0 | Jan 13 2010 | Documentation | Download |
To install locally this module 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}