内容简介:Hibernate Search 为目前还在积极维护的分支发布了 bugfix 版本: Version 5.10.4.Final:The latest and greatest, compatible with Hibernate ORM 5.3 and JPA 2.2. Version 5.9.3.Final:Latest version comp...
Hibernate Search 为目前还在积极维护的分支发布了 bugfix 版本:
Version 5.10.4.Final:The latest and greatest, compatible with Hibernate ORM 5.3 and JPA 2.2.
Version 5.9.3.Final:Latest version compatible with Hibernate ORM 5.2 (5.2.3.Final and later 5.2.x).
Version 5.6.6.Final:Latest version compatible with Hibernate ORM 5.0 and 5.1.
更新内容
HSEARCH-3339: Using a
@Spatialbridge on a property of a non-@Indexed, embedded type used to lead to an exception on bootstrap. It is no longer the case.HSEARCH-3343: Hibernate Search 5.10.4.Final depends on Hibernate ORM 5.3.6.Final.
HSEARCH-3344: Hibernate Search 5.9.3.Final depends on Hibernate ORM 5.2.17.Final.
HSEARCH-3345: Hibernate Search 5.6.6.Final depends on Hibernate ORM 5.1.15.Final.
下载地址和发布说明 http://in.relation.to/2018/09/13/hibernate-search-5-10-4-Final-5-9-3-Final-5-6-6-Final/
源码下载 https://github.com/hibernate/hibernate-search/releases
Hibernate Search 的作用是对数据库中的数据进行检索的。它是 Hibernate 对著名的全文检索系统 Lucene 的一个集成方案,作用在于对数据表中某些内容庞大的字段(如声明为 text 的字段)建立全文索引,这样通过 Hibernate Search 就可以对这些字段进行全文检索后获得相应的 POJO,从而加快了对内容庞大字段进行模糊搜索的速度(sql 语句中 like 匹配)。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
大数据时代的算法:机器学习、人工智能及其典型实例
刘凡平 / 电子工业出版社 / 2017-1 / 49
《大数据时代的算法:机器学习、人工智能及其典型实例》介绍在互联网行业中经常涉及的算法,包括排序算法、查找算法、资源分配算法、路径分析算法、相似度分析算法,以及与机器学习相关的算法,包括数据分类算法、聚类算法、预测与估算算法、决策算法、关联规则分析算法及推荐算法。《大数据时代的算法:机器学习、人工智能及其典型实例》涉及的相关算法均为解决实际问题中的主流算法,对于工作和学习都有实际参考意义。 《......一起来看看 《大数据时代的算法:机器学习、人工智能及其典型实例》 这本书的介绍吧!