We just published two bugfix releases for Hibernate Search: 5.11.2.Final and 5.10.6.Final. These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions and fix several issues with the Elasticsearch integration.
What’s new
-
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.
The other changes are mainly related to our build process.
For a full list of changes since the previous releases, please see the release notes:
Feedback, issues, ideas?
To get in touch, use the following channels:
-
hibernate-search tag on Stackoverflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)