【发布时间】:2014-06-06 12:05:48
【问题描述】:
我有具有休眠和 mongodb 映射的域类。然后我安装了弹性搜索gorm插件并提到了
"elasticSearch.datastoreImpl = 'mongoDatastore'" in Config.groovy.
它适用于 mongodb 域类。如何对剩余的休眠域类应用弹性搜索?如果我输入 searchable = true,则会出错。
【问题讨论】:
标签: hibernate mongodb grails elasticsearch