内容简介:Hibernate Search 5.9.0.CR1 已发布,这是一个针对 5.9.0.beta1 的 bug 修复和功能改进版本。 5.9.0.CR1 也是 5.9 .0 正式发布之前,社区对其进行测试并报告错误的最后机会。 更新内容: HSEARCH-1885: Cust...
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.
更多详情,可查阅 发行说明。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 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语言实现
塞奇威克 / 机械工业出版社 / 2006-9 / 69.00元
本书是Sedgewick彻底修订和重写的C算法系列的第一本。全书分为四部分,共16章,第一部分“基础知识”(第1-2章)介绍基本算法分析原理。第二部分“数据结构”(第3-5章)讲解算法分析中必须掌握的数据结构知识,主要包括基本数据结构,抽象数据结构,递归和树。一起来看看 《算法:C语言实现》 这本书的介绍吧!