Hibernate Search 5.10.0.Beta1 发布,数据检索框架

栏目: 软件资讯 · 发布时间: 8年前

内容简介:Hibernate Search 5.10.0.Beta1 已发布,这是 5.10 分支的第一个测试版本,该版本的主要目标是针对 Hibernate ORM 5.3,但也增加了 DI 框架集成和 TikaBridge 改进。 下面介绍一下自 Hibernate Search 5.9.0.Fin...

Hibernate Search 5.10.0.Beta1 已发布,这是 5.10 分支的第一个测试版本,该版本的主要目标是针对 Hibernate ORM 5.3,但也增加了 DI 框架集成和 TikaBridge 改进。

下面介绍一下自 Hibernate Search 5.9.0.Final 以来值得关注的变化:

  • HSEARCH-2978/HSEARCH-3017: Hibernate Search 5.10 is designed to work with Hibernate ORM 5.3.

  • HSEARCH-2979: Hibernate Search now taps into Hibernate ORM’s integration to dependency injection frameworks. If you use a dependency injection framework integrating with Hibernate ORM 5.3, and you add field bridges to your dependency injection context, then Hibernate Search will automatically retrieve and use field bridges from this context.

    This allows you in particular to inject components from your DI context into your field bridges, using your DI framework’s features (@java.injext.Inject, Spring’s @Autowired, …).

    The integration is already known to work in a CDI 2.0 environment such as WildFly 12 (not released yet as of February 23, 2018), and the Spring team will probably make it work as soon as it adds support for JPA 2.2.

  • HSEARCH-3019: Tika bridges now offer the option to provide your own Tika parser instead of relying on content auto-detection using the default configuration. See the TikaBridge documentation for more information.

完在变更列表请查看发布说明

获取

所有的细节都可以在 hibernate.org 上的专用页面上获得。


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


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

查看所有标签

猜你喜欢:

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

Dive Into Python 3

Dive Into Python 3

Mark Pilgrim / Apress / 2009-11-6 / USD 44.99

Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter......一起来看看 《Dive Into Python 3》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具