ElasticSearch [elasticsearch] module
This module is for the Play 1.x series only.
Elastic Search is a Distributed Search Solution based on Apache Lucene. This module provides an embedded Elastic Server instance for Rapid Development. Documentation is available at http://geeks.aretotally.in/wp-content/uploads/2011/05/Play-Framework-ElasticSearch-Module.pdf.
Written by Felipe Oliveira and Sebastian Gooren.
Published releases
0.4 | Feb 29 2012 | Documentation | Try Play |
0.3 | Nov 03 2011 | Documentation | Try Play |
0.2 | Sep 11 2011 | Documentation | Try Play |
0.1 | Sep 06 2011 | Documentation | Try Play |
0.0.9 | Sep 06 2011 | Documentation | Try Play |
0.0.8 | Sep 03 2011 | Documentation | Try Play |
0.0.7 | Sep 02 2011 | Documentation | Try Play |
0.0.6 | Apr 12 2011 | Documentation | Try Play |
0.0.5 | Mar 27 2011 | Documentation | Try Play |
0.0.4 | Mar 23 2011 | Documentation | Try Play |
0.0.3 | Mar 21 2011 | Documentation | Try Play |
0.0.2 | Mar 20 2011 | Documentation | Try Play |
0.0.1 | Mar 18 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install elasticsearch-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> elasticsearch {version}