Hibernate Search 3.4 正式版发布
时间:2011-05-01 来源:guoyiqi
Hibernate Search 今天宣布了 3.4.0 正式版发布。
Hibernate Search提供对领域模型的全文检索,是hibernate对著名的全文检索系统Lucene的一个集成方案,作用在于对数据表中某些内容庞大的字段(如声明为text的字段)建立全文索引,这样通过hibernate search就可以对这些字段进行全文检索后获得相应的POJO,从而加快了对内容庞大字段进行模糊搜索的速度(sql语句中like匹配)。
该版本包含了大量新特性,最主要的是 faceting,同时继续简化索引的查询,性能上也有大的提升。
Faceting 示例:
二级缓存:
Hibernate 3.4 支持 Lucene 2.1,Lucene 2.1 本身在性能上有很大提升。
主要改进:
Bug
- [HSEARCH-727] - Non initialized entities are returned in the list when using initializeObjectsWith( ObjectLookupMethod.SKIP, DatabaseRetrievalMethod.FIND_BY_ID )
- [HSEARCH-734] - NPE when deleting a collection which triggers @IndexedEmbedded
Improvement
- [HSEARCH-720] - Add a screenshot of amazon.com and the related concepts pointed via arrow for faceting
- [HSEARCH-730] - Proper error messages when preferIPv4Stack JVM option was not defined
Task
- [HSEARCH-729] - Add a test on dynamic cluster formation for Infinispan Directory
- Upgrade Hibernate Core to 3.6.3.Final
- prevent JBoss transactions in integration tests module from creating log files
下载地址:https://github.com/hibernate/hibernate-search/archives/3.4.0.Final
相关阅读 更多 +