Hibernate Search (5.10, 5.9, 5.6) bugfix 三杀,数据检索框架

栏目: Hibernate · 发布时间: 5年前

内容简介:Hibernate Search 为目前还在积极维护的分支发布了 bugfix 版本:下载地址和发布说明源码下载

Hibernate Search 为目前还在积极维护的分支发布了 bugfix 版本:

  • Version 5.10.4.Final:The latest and greatest, compatible with Hibernate ORM 5.3 and JPA 2.2.

  • Version 5.9.3.Final:Latest version compatible with Hibernate ORM 5.2 (5.2.3.Final and later 5.2.x).

  • Version 5.6.6.Final:Latest version compatible with Hibernate ORM 5.0 and 5.1.

更新内容

  • HSEARCH-3339 : Using a  @Spatial bridge on a property of a non- @Indexed , embedded type used to lead to an exception on bootstrap. It is no longer the case.

  • HSEARCH-3343 : Hibernate Search 5.10.4.Final depends on Hibernate ORM 5.3.6.Final.

  • HSEARCH-3344 : Hibernate Search 5.9.3.Final depends on Hibernate ORM 5.2.17.Final.

  • HSEARCH-3345 : Hibernate Search 5.6.6.Final depends on Hibernate ORM 5.1.15.Final.

下载地址和发布说明 http://in.relation.to/2018/09/13/hibernate-search-5-10-4-Final-5-9-3-Final-5-6-6-Final/

源码下载  https://github.com/hibernate/hibernate-search/releases

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


以上所述就是小编给大家介绍的《Hibernate Search (5.10, 5.9, 5.6) bugfix 三杀,数据检索框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Tagging

Tagging

Gene Smith / New Riders / 2007-12-27 / GBP 28.99

Tagging is fast becoming one of the primary ways people organize and manage digital information. Tagging complements traditional organizational tools like folders and search on users desktops as well ......一起来看看 《Tagging》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码