compass
在主类中@SearchablePropertyprivate String content;@SearchableComponentprivate Member author;
结果在页面显示没有问题但要显示时显示不了
如果你总是要查询出author的话,那相应的hbm.xml配置文件中就要设置lazy = "false"
应该是hibernate的延迟加载导致的吧
你可以在后台打印下data,看对应的author有没数据,