Searchable Plugin
8% of Grails users
Dependency:
compile "org.grails.plugins:searchable:0.6.9"
Summary
Adds rich search functionality to Grails domain models.Built on Compass (http://www.compass-project.org/) and Lucene (http://lucene.apache.org/)This version is recommended for JDK 1.5+
Installation
Use the above dependency declaration in your
to the repositories section of that file.
BuildConfig.groovy
file and then add
mavenRepo "http://repo.grails.org/grails/core"