没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Hibernate Search |
Hibernate Search
|
14 | 13 | 4187 |
贡献者 | 讨论 | 代码提交 |
概述
Hibernate Search brings the power of full text search engines to the persistence domain model and Hibernate experience, through transparent configuration via annotations and a common API.
Full text search engines like Apache Lucene(tm) allow applications to execute free-text search queries. However, it becomes increasingly more difficult to index a more complex object domain model - keeping the index up to date, dealing with the mismatch between the index structure and the domain model, querying mismatches, and so on.
Hibernate Search help to tackle these problems and provides additional features such an easy to use Query DSL, JPA integration, advanced filtering, scalable clustering and monitoring features.
创建时间:2014-05-06 16:02