6月14日上海 OSC 源创会开始报名,送机械键盘和开源无码内裤
Hibernate Search 5.3.0 正式发布了,该版本改进内容包括:
Bug 修复:
* [HSEARCH-1868] - References to getSearchFactory in AbstractJMSHibernateSearchController documentation are outdated
* [HSEARCH-1896] - Documentation: duplicate <dependency> 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匹配)。