Hibernate Search abstracts you from these problems by solving:
- The structural mismatch: Hibernate Search takes care of the object/index translation
- The duplication mismatch: Hibernate Search manages the index, keeps changes synchronized with your database, and optimizes the index access transparently
- The API mismatch: Hibernate Search lets you query the index and retrieve managed objects as any regluar Hibernate query would do
没有hibernate之前用的是compass。以后可以考虑使用hibernate search
本文介绍HibernateSearch如何解决对象与索引之间的结构性不匹配、复制不一致及API不兼容等问题。通过透明地管理索引并同步数据库更改,HibernateSearch简化了搜索功能的实现。
188

被折叠的 条评论
为什么被折叠?



