Mathieu Perez
Mathieu Perez
I have currently 2 use cases: 1/ Speed up deployments. My project contains many modules and I deploy on several environments. Not all modules are required in each environment. 2/...
It may not be related to the plugin according to this question http://stackoverflow.com/questions/10852245/less-css-not-compiling-on-local-apache-virtualhost. But I did not found any other issues...
Hibernate Search does not seem to provide a way to search accross all indexed domain classes unless I am missing something. Could you give any further informations about your use...
Ok, I got your point. Of course, it is possible to get your own fullTextSession and use Hibernate Search as explained in the doc: ``` groovy class MyService { def...
I am aware of this problem. This is one reason why the plugin provides a declarative DSL for defining indexed fields within domain classes ``` groovy static search = {...