Hibernate Search 刚刚发布两个维护版本,分别是 5.11.2.Final 和 5.10.6.Final. 这两个版本主要是升级 Hibernate Search 到最新的 Hibernate ORM 兼容版本,同时修复了一些关于 ElasticSearch 集成的 Bug。
主要内容包括:
- HSEARCH-3545:
.withPrefixLength
is no longer ignored for.keyword().fuzzy()
queries in the Elasticsearch integration. - HSEARCH-3561:
transpositions
setting is no longer ignored forFuzzyQuery
in the Elasticsearch integration. Thanks to Rick Gagne for fixing this. - HSEARCH-3537: Clarify in the documentation that the maximum number of facets is limited to 100 by default. Thanks to Bernhard Scholz for reporting this.
- HSEARCH-3595: Hibernate Search 5.11.2.Final depends on Hibernate ORM 5.4.3.Final.
- HSEARCH-3495: Hibernate Search 5.10.6.Final depends on Hibernate ORM 5.3.8.Final.
完整的改进记录请看官方的版本发行说明:
转自 https://www.oschina.net/news/107567/hibernate-search-5-11-2-final-and-5-10-6-final