Community contributed extensions

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 Try Play
2.0 Feb 25 2011 Documentation Try Play
1.4 Jan 06 2011 Documentation Try Play
1.3 Nov 16 2010 Documentation Try Play
1.2 Mar 29 2010 Documentation Try Play
1.1 Mar 20 2010 Documentation Try Play
1.0 Jan 13 2010 Documentation Try Play

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}