我们在我们的Grails应用程序中使用Grails2.1.1和Searchable插件0.6.4,并在下面用所有映射指示的某些域上实现了可搜索。classUser{.....statichasMany=[userEducations:UserEducations,userWorkings:UserWorkings]......staticsearchable={content:spellCheck'include'alltermVector:"yes"userEducationscomponent:trueuserWorkingscomponent:true}......}classU