1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Hibernate Search 5.3.0 正式发布 下载

Discussion in '软件资讯' started by 漂亮的石头, 2015-06-11.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    487,295
    Likes Received:
    47
    Hibernate Search 5.3.0 正式发布了,该版本改进内容包括:

    Bug 修复:
    * [HSEARCH-1868] - References to getSearchFactory in AbstractJMSHibernateSearchController documentation are outdated
    * [HSEARCH-1896] - Documentation: duplicate <dependency> tag in example

    改进:
    * [HSEARCH-1812] - Documentation doesn't clearly explain how one obtains the existing SearchIntegrator

    新特性:
    * [HSEARCH-1878] - Add google analytics to the HTML documentation

    任务:
    * [HSEARCH-1875] - Upgrade to JBoss Byteman 3.0

    Hibernate Search的作用是对数据库中的数据进行检索的。它是hibernate对著名的全文检索系统Lucene的一个集成方案,作用在于对数据表中某些内容庞大的字段(如声明为text的字段)建立全文索引,这样通过hibernate search就可以对这些字段进行全文检索后获得相应的POJO,从而加快了对内容庞大字段进行模糊搜索的速度(sql语句中like匹配)。
    Hibernate Search 5.3.0 正式发布下载地址
     
Loading...