grailsgroovygrails-pluginsearchablesearchable-plugin

does searchable plugin work only with hibernate?


I use grails-1.3.2 and hbase-0.2.4 plugin.

I want to use searchable plugin, but when I install plugin with it appears hibernate plugin, which conflicts with hbase-0.2.4 plugin.

When I am uninstalling hibernate plugin, I can not run my application and get this message:

Error: The following plugins failed to load due to missing dependencies: [searchable] - Plugin: searchable, Dependencies: [dataSource, domainClass, i18n, core, hibernate]

My questions are:

Does searchable plugin work only with hibernate plugin?

If no, how I have to configure it for hbase plugin?

Who know what searchable like plugin is there for hbase ?????

Thanks, Anna


Solution

  • The Searchable plugin works only with Hibernate. I have asked the same question on Grails user group when I was looking to put searchable and mongo DB to work. The searchable plugin depends on Hibernate os it can't work without it. HBase may sufficiently be scaled for complex searches. Please follow this link for more details