Hibernate Search v5.8.0.Beta1 发布

jopen 7年前
   <p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/ae435f75b5252cf6bf078bd83902ebff.png" /></strong></p>    <p> </p>    <p>Hibernate Search的作用是对数据库中的数据进行检索的。它是hibernate对著名的全文检索系统Lucene的一个集成方案,作用在于对数据表中某些内容庞大的字段(如声明为text的字段)建立全文索引,这样通过hibernate search就可以对这些字段进行全文检索后获得相应的POJO,从而加快了对内容庞大字段进行模糊搜索的速度(sql语句中like匹配)。</p>    <p style="text-align: center;"><a href="https://simg.open-open.com/show/be9684d51d7341308ae5ee07f073fd1b.png"><img alt="" src="https://simg.open-open.com/show/be9684d51d7341308ae5ee07f073fd1b.png" /></a></p>    <p style="text-align: center;"><a href="https://simg.open-open.com/show/07e1cac8fd583af11a9aa7de023285c4.jpg"><img alt="" src="https://simg.open-open.com/show/07e1cac8fd583af11a9aa7de023285c4.jpg" /></a></p>    <p>Hibernate Search主要有以下功能特点:</p>    <ol>     <li>功能强大,配置简单 - 配置只需要修改persistence.xml(JPA),hibernate.cfg.xml(Hibernate)</li>     <li>支持Hibernate,以及EJB3 JPA标准应用</li>     <li>集成全文搜索引擎Lucene - Lucene是Apache项目组下的一个功能强大的全文搜索引擎项目</li>     <li>可以简单透明索引查询过的数据</li>     <li>支持复杂检索 - 支持Wild Card(诸如*, ?等通配符号),多关键字,模糊查询,排序等</li>     <li>支持Clustering</li>     <li>支持直接访问Lucene API</li>     <li>对Lucene索引,API的高效管理</li>    </ol>    <p>Hibernate Search运行的环境如下:</p>    <ol>     <li>JDK或JRE 5.0以上</li>     <li>Hibernate-Search以及相应的依赖包</li>     <li>Hibernate Core 3.2.X</li>     <li>Hibernate Annotations 3.3.X</li>    </ol>    <p style="text-align: center;"><img src="file:///C:/Users/wzw/AppData/Local/Temp/enhtmlclip/Image(4).png" /><a href="https://simg.open-open.com/show/bd0e6ba6b478bba0f5f9733e44c068e9.png"><img alt="" src="https://simg.open-open.com/show/bd0e6ba6b478bba0f5f9733e44c068e9.png" /></a></p>    <p>主/从结构的Hibernate Search architecture</p>    <h2>更新日志</h2>    <ul>     <li>HSEARCH-2681 Lease request timeouts on the Elasticsearch async client lead to cascading failures</li>     <li>HSEARCH-2664 Broken links in doc: delete-by-query plugin</li>     <li>HSEARCH-2662 Querying an empty, dynamically sharded index won't work (Lucene + Elasticsearch)</li>     <li>HSEARCH-2656 Range queries on fields with a custom MetadataProvidingFieldBridge may not detect numeric-ness correctly</li>     <li>HSEARCH-2651 Calls to numericField in the programmatic API create duplicate fields</li>     <li>HSEARCH-2631 Iterating on results of query on single class with criteria generates wrong statistics</li>     <li>HSEARCH-2630 Queries on multiple classes returning a single result generates wrong statistics</li>     <li>HSEARCH-2602 The documentation recommends using the deprecated byField(String, SortField.Type) method in the sort DSL</li>     <li>HSEARCH-2541 FullTextQuery with single result does not populate fields or ID in entity results</li>     <li>HSEARCH-2353 Add support for norms with Elasticsearch 5</li>     <li>HSEARCH-2277 Some resources may not be cleaned on bootstrap failure</li>     <li>HSEARCH-1862 Allow configuration of facets via programmatic configuration API</li>     <li>HSEARCH-2661 Avoid the recurring calls to serviceManager.requestReference in ElasticsearchHSQueryImpl</li>     <li>HSEARCH-2648 Add debug/trace logs showing execution time of Elasticsearch requests</li>     <li>HSEARCH-2646 Mark the private JBoss Modules as private.api</li>     <li>HSEARCH-2645 Separate the JBoss Module for the Elasticsearch client</li>     <li>HSEARCH-2644 Mention what needs to be done to switch Elasticsearch version in docs</li>     <li>HSEARCH-2600 Update javadoc configuration</li>     <li>HSEARCH-2565 Boolean QueryBuilder clauses should accept a 'null' clause</li>     <li>HSEARCH-2521 Clarify if error HSEARCH000278 could be caused by the entity not being a managed entity</li>     <li>HSEARCH-2361 Make sure Elasticsearch related configuration properties are parsed and validated at boot time</li>     <li>HSEARCH-2009 Document supported types for @FieldBridge#impl()</li>     <li>HSEARCH-2001 By default enable a "strict mode" validation for sorting</li>     <li>HSEARCH-2678 Add a simple query string entry point to the DSL</li>     <li>HSEARCH-2469 Ability to fail over to the next host when a request to an Elasticsearch host fails</li>     <li>HSEARCH-2686 No longer require the ByteBuddy dependency to run OSGi tests</li>     <li>HSEARCH-2685 Update to Hibernate ORM 5.2.9.Final</li>     <li>HSEARCH-2669 Remove mentions of HSEARCH-2605 in the Elasticsearch documentation</li>     <li>HSEARCH-2660 Make index schema management strategy options more consistent with JPA</li>     <li>HSEARCH-2654 Upgrade Elasticsearch RestClient + Sniffer to 5.3</li>     <li>HSEARCH-2653 Rework credits section in the documentation</li>     <li>HSEARCH-2635 Some clarifications in the Elasticsearch related documentation</li>     <li>HSEARCH-2628 JNDI support should reuse the JNDIService from Hibernate ORM</li>     <li>HSEARCH-2607 Improve OSGi test diagnostics when running tests on misconfigured networks</li>     <li>HSEARCH-2581 Add the ability to support multiple incompatible Elasticsearch versions (dialects?)</li>     <li>HSEARCH-2434 Add support for Elasticsearch 5</li>     <li>HSEARCH-2382 Merge the JPA and Hibernate native components like ORM did</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4959006052438748573" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4959006052566376303" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/516d1042">http://www.open-open.com/news/view/516d1042</a></p>