发布于 2018-01-25 00:22:40 | 106 次阅读 | 评论: 0 | 来源: 网友投递
Hibernate Search 全文检索工具
Hibernate Search是在apache Lucene的基础上建立的主要用于Hibernate的持久化模型的全文检索工具。像Lucene这样的检索引擎能够给我们的项目在进行检索的时候带来 非常高的效率,但是它们在基本对象的检索时会有一些问题,比如不能实现检索内容跟实体的转换,Hibernate Search正是在这样的情况下发展起来的,基于对象的检索引擎,能够很方便的将检索出来的内容转换为具体的实体对象。此外Hibernate Search能够根据需要进行同步或异步的索引更新。
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.
更多详情,可查阅 发行说明。