红联Linux门户
Linux帮助

Hibernate Search 5.3.0正式发布

发布时间:2015-06-11 09:18:20来源:红联作者:empast
Hibernate Search 5.3.0 正式发布了,该版本改进内容包括:

Bug 修复:
* [HSEARCH-1868] - References to getSearchFactory in AbstractJMSHibernateSearchController documentation are outdated
* [HSEARCH-1896] - Documentation: duplicate tag in example

改进:
* [HSEARCH-1812] - Documentation doesn't clearly explain how one obtains the existing SearchIntegrator

新特性:
* [HSEARCH-1878] - Add google analytics to the HTML documentation

任务:
* [HSEARCH-1875] - Upgrade to JBoss Byteman 3.0

Hibernate Search的作用是对数据库中的数据进行检索的。它是hibernate对著名的全文检索系统Lucene的一个集成方案,作用在于对数据表中某些内容庞大的字段(如声明为text的字段)建立全文索引,这样通过hibernate search就可以对这些字段进行全文检索后获得相应的POJO,从而加快了对内容庞大字段进行模糊搜索的速度(sql语句中like匹配)。

软件详情:http://sourceforge.net/projects/hibernate/files/hibernate-search/3.0.1.GA/

来自:开源中国社区
文章评论

共有 0 条评论