Hibernate Search v5.7.0.Final 發布
Hibernate Search的作用是對數據庫中的數據進行檢索的。它是hibernate對著名的全文檢索系統Lucene的一個集成方案,作用在于對數據表中某些內容龐大的字段(如聲明為text的字段)建立全文索引,這樣通過hibernate search就可以對這些字段進行全文檢索后獲得相應的POJO,從而加快了對內容龐大字段進行模糊搜索的速度(sql語句中like匹配)。
Hibernate Search主要有以下功能特點:
- 功能強大,配置簡單 - 配置只需要修改persistence.xml(JPA),hibernate.cfg.xml(Hibernate)
- 支持Hibernate,以及EJB3 JPA標準應用
- 集成全文搜索引擎Lucene - Lucene是Apache項目組下的一個功能強大的全文搜索引擎項目
- 可以簡單透明索引查詢過的數據
- 支持復雜檢索 - 支持Wild Card(諸如*, ?等通配符號),多關鍵字,模糊查詢,排序等
- 支持Clustering
- 支持直接訪問Lucene API
- 對Lucene索引,API的高效管理
Hibernate Search運行的環境如下:
- JDK或JRE 5.0以上
- Hibernate-Search以及相應的依賴包
- Hibernate Core 3.2.X
- Hibernate Annotations 3.3.X
主/從結構的Hibernate Search architecture
更新日志
- HSEARCH-2593 Node discovery uses the HTTP (not HTTPS) scheme by default and isn't configurable
- HSEARCH-2590 ElasticsearchHSQueryImpl allocates too much memory for query results
- HSEARCH-2587 Sort DSL on embedded fields throws NPE
- HSEARCH-2569 The "delete-by-query" plugin requirement for Elasticsearch isn't clear
- HSEARCH-2591 Upgrade to Apache Lucene 5.5.4
- HSEARCH-2588 Make byField(String) in the sort DSL automatically determine the sort type for metadata providing field bridges
- HSEARCH-2577 Separate the namespaces for Lucene and Elasticsearch analyzers
- HSEARCH-2576 FacetingManager should allocate maps lazily
- HSEARCH-2574 Java 8: Make the repeatable annotations actually Repeatable
- HSEARCH-2572 Missing labels for cross references in documentation
- HSEARCH-2568 IndexSchemaManagementStrategy#NONE throws an exception if index does not exist
- HSEARCH-2453 Add support for Elasticsearch authentication
- HSEARCH-2447 Make it easier to add sortable fields from custom field bridges
- HSEARCH-2585 Allow injecting Analyzer definitions using a Service
- HSEARCH-2418 Allow registering Analyzer definitions at bootstrap via an extension point
- HSEARCH-2597 Do not rely on automatic detection of JPA annotations from the classpath
- HSEARCH-2596 Point to the Hibernate ORM / WildFly modules documentation
- HSEARCH-2595 Upgrade to Hibernate ORM 5.2.8.Final
- HSEARCH-2580 Update of the "previous.stable" property following the 5.6.0.Final release
- HSEARCH-2578 Include the lucene-grouping artifact in the WildFly modules
- HSEARCH-2575 Update usage of deprecated options of Forbidden APIs code check
- HSEARCH-2573 Upgrade the Elasticsearch version used for tests to 2.4.4
- HSEARCH-2571 Upgrade the maven plugin dependencies
- HSEARCH-2570 Upgrade maven plugins to support Java 8 code
- HSEARCH-2564 Generic type signature of FullTextQuery should not be as flexible as the JPA Query
- HSEARCH-2563 Update some outdated information in the pom (CI and authors)
- HSEARCH-2562 Integrators can not use the AnalyzerDiscriminator to override analyzer mapping dynamically
- HSEARCH-2561 Allow sorting metadata to be overriden during query execution
- HSEARCH-2559 Switch to Asciidoctor output for the documentation
- HSEARCH-2558 Remove obsolete entries from the "limitations" section of the Elasticsearch integration documentation
- HSEARCH-2381 Avoid logging warnings caused by internal usage of the legacy Criteria API
- HSEARCH-2141 Improve reliability of JGroups integration tests
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/58279588
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!