Questions tagged [grails-searchable]

Popular Grails plugin that add search functionality to Grails domain models. Built on Compass and Lucene.

The Grails plugin brings rich search features to applications with minimum effort, and gives you power and flexibility when you need it.

It is built on the search engine framework and and has the same license as Grails (Apache 2).

Plugin documentation

47 questions
0
votes
1 answer

grails install-searchable-config

I need to reconfigure default setting for searchable plugin. When I try to run install-searchable-config I get the following error: Error I/O exception loading script [null\scripts\Init.groovy (The system cannot find the path specified)]:…
rastko
  • 567
  • 9
  • 24
0
votes
1 answer

limiting results that serachableService.moreLikeThis returns in grails?

Anybody knows how to limit results that moreLikeThis method returns searchableService.moreLikeThis() I would like to limit results domain results to visibility:public where visibility is a property of domain and can be private and public? Thanks in…
blackuprise
  • 440
  • 6
  • 26
1 2 3
4