内容简介:Hibernate Search 6.0.0.Alpha7 发布了,这是 6.0 分支的第 7 个 alpha 测试版本,该版本主要是恢复索引字段类型参数,恢复显式的索引 API,升级到 Elasticsearch 6.8 和 7.1. 完整记录包括: 实现所有 Hibernat...
Hibernate Search 6.0.0.Alpha7 发布了,这是 6.0 分支的第 7 个 alpha 测试版本,该版本主要是恢复索引字段类型参数,恢复显式的索引 API,升级到 Elasticsearch 6.8 和 7.1.
完整记录包括:
实现所有 Hibernate Search 5 字段类型参数
HSEARCH-3048 added support for the searchable, norms and termVectors field type parameters, bringing Search 6 on par with Search 5.
See this section of the documentation for a description of all available field type parameters.
恢复显式的写索引 API
HSEARCH-3049 introduced APIs for explicit writes to indexes, as an alternative or complement to automatic indexing.
The APIs are different from Search 5, but provide similar features.
See the "Explicit indexing" section of the documentation for more information.
向后不兼容的 API 调整
-
HSEARCH-3610:
Search.getSearchSession(Session)was renamed toSearch.session(Session). The old method is still available, but will be removed soon. -
HSEARCH-3591:
SearchQueryContext#sortnow expects aFunctionparameter instead of aConsumer. -
HSEARCH-3617: The
by(SearchSort)method was removed from the sort DSL. -
HSEARCH-3604: The concept of "reference projection" has been renamed to "entity reference projection": in the search DSL,
asReference()becameasEntityReference()andreference()becameentityReference(). Search queries returning references to entities now use theorg.hibernate.search.mapper.orm.common.EntityReferencetype instead ofPojoReference. -
HSEARCH-3605: Some API types related to bridges, container extractors and annotation-based entity mapping have been moved for the sake of consistency.
-
HSEARCH-3587:
MarkerMapping#builderwas renamed toMarkerMapping#marker.
文档
-
There is javadoc on all APIs (HSEARCH-3367).
-
Every available predicate, sort and projection is referenced and has at least one example in the documentation.
-
Newly reintroduced features such as the write APIs are being documented progressively.
Version upgrades
-
HSEARCH-3611: Add support for Elasticsearch 6.8
-
HSEARCH-3592: Upgrade to Elasticsearch 7.1
-
HSEARCH-3595: Upgrade to Hibernate ORM 5.4.3.Final
Other improvements and bug fixes
-
HSEARCH-2539:
MassIndexer.start()now returns aCompletableFutureinstead of aFuture. -
HSEARCH-3203:
@DocumentIdnow works correctly on properties that are not the entity ID. -
HSEARCH-3254: When building a field sort,
.onMissingValue().use()now works properly for string fields with the Lucene backend. -
HSEARCH-3255: When building a field sort,
.onMissingValue().use()now works properly for date/time fields with the Elasticsearch backend. -
HSEARCH-3616: When building a "match id" predicate, the
matchingAny()now expects aCollectioninstead ofCollection -
HSEARCH-3618: Distance projection will no longer lead to missing hits.
-
HSEARCH-3192:
SearchPredicate,SearchSortandSearchProjectioncan now safely be cached and reused from one scope instance to another: Hibernate Search will check that they are compatible with the new scope.
完整列表请看 release notes.
以上所述就是小编给大家介绍的《Hibernate Search 6.0.0.Alpha7 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
别怕,Excel VBA其实很简单(第2版)
Excel Home / 北京大学出版社 / 2016-7 / 59.00元
对于大部分没有编程基础的职场人士来说,在学习VBA时往往会有很大的畏难情绪。本书正是针对这样的人群,用浅显易懂的语言和生动形象的比喻,并配合大量插画,对Excel中看似复杂的概念和代码,从简单的宏录制、VBA编程环境和基础语法的介绍,到常用对象的操作与控制、执行程序的自动开关—对象的事件、设计自定义的操作界面、调试与优化编写的代码,都进行了形象的介绍。 本书适合那些希望提高工作效率的职场人士......一起来看看 《别怕,Excel VBA其实很简单(第2版)》 这本书的介绍吧!