内容简介:Hibernate Search 5.9.0.CR1 发布,数据检索框架
Hibernate Search 5.9.0.CR1 已发布,这是一个针对5.9.0.beta1的 bug 修复和功能改进版本。
5.9.0.CR1 也是 5.9 .0 正式发布之前,社区对其进行测试并报告错误的最后机会。
更新内容:
-
HSEARCH-1885 : Custom bridges with specific dependencies such as Tika bridges can now be used in a modular environment such as WildFly.
-
HSEARCH-2955 : Faceting queries will no longer fail when the index is empty or only contains document without any value in the faceting field.
-
HSEARCH-2983 : Boost is now consistently taken into account when building numeric or null encoding queries with the DSL.
-
HSEARCH-2191 : The Hibernate Search JBoss Modules, for use in WildFly or JBoss EAP, are now distributed as Wildfly feature packs, which makes provisioning a WildFly server with an upgraded Hibernate Search version easier than ever. The feature packs can also be consumed using WildFly Swarm .
Also, the modules are now distributed as multiple feature packs, which means for example that you won’t need to add the Elasticsearch clients to your server if you only use Lucene.
See the documentation for more information on the available feature packs and how to consume them.
更多详情,可查阅 发行说明 。
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Hibernate Search 5.10.0.Final 发布,数据检索框架
- Hibernate Search 5.11.0.Final 发布,数据检索框架
- Hibernate Search 5.9.0.beta1 发布,数据检索框架
- Hibernate Search 5.9.0.CR1 发布,数据检索框架
- Hibernate Search 5.10.0.Beta1 发布,数据检索框架
- Hibernate Search 5.10.0.Beta2 发布,数据检索框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C语言接口与实现
David R. Hanson / 郭旭 / 人民邮电出版社 / 2011-9 / 75.00元
《C语言接口与实现:创建可重用软件的技术》概念清晰、实例详尽,是一本有关设计、实现和有效使用C语言库函数,掌握创建可重用C语言软件模块技术的参考指南。书中提供了大量实例,重在阐述如何用一种与语言无关的方法将接口设计实现独立出来,从而用一种基于接口的设计途径创建可重用的API。 《C语言接口与实现:创建可重用软件的技术》是所有C语言程序员不可多得的好书,也是所有希望掌握可重用软件模块技术的人员......一起来看看 《C语言接口与实现》 这本书的介绍吧!