发布于 2017-01-11 02:50:47 | 110 次阅读 | 评论: 0 | 来源: 网友投递
Hibernate Search 全文检索工具
Hibernate Search是在apache Lucene的基础上建立的主要用于Hibernate的持久化模型的全文检索工具。像Lucene这样的检索引擎能够给我们的项目在进行检索的时候带来 非常高的效率,但是它们在基本对象的检索时会有一些问题,比如不能实现检索内容跟实体的转换,Hibernate Search正是在这样的情况下发展起来的,基于对象的检索引擎,能够很方便的将检索出来的内容转换为具体的实体对象。此外Hibernate Search能够根据需要进行同步或异步的索引更新。
Hibernate Search 5.5.6.Final 发布了,
更新内容:
HSEARCH-2494: @TikaBridge
will now work correctly on properties of type byte[]
.
HSEARCH-2535: @Facet
with string encoding will now work properly on multi-valued properties (such as String[]
or List<String>
).
HSEARCH-2486: @ContainedIn
in a superclass will now be taken into account even if the concrete class does not carry any Hibernate Search annotation.
HSEARCH-2479: building phrase queries with the Hibernate Search DSL used to trigger an IllegalArgumentException
in some specific cases; this has been fixed.
更多请查看完整发行日志
下载地址: