红联Linux门户
Linux帮助

Hibernate Search 5.2.0.Beta1发布

发布时间:2015-04-21 09:24:00来源:红联作者:empast
Hibernate Search 5.2.0.Beta1 发布了,该版本最值得关注的改进就是支持多租户。多租户这个概率来源于 Hibernate ORM,但 Hibernate Search 之前不允许你使用,因为它不会在全文本查询中应用相同的隔离。现在我们实现了这个特性,使用非常简单。

其他方面的改进包括:

** Bug
* [HSEARCH-1684] - ResultTransformer ignores transformList on tuples
* [HSEARCH-1793] - CriteriaObjectInitializer causes too many object loads in cross hierarchy queries
* [HSEARCH-1804] - Boost on IndexedEmbedded properties
* [HSEARCH-1811] - Wildcard with multiple fields
* [HSEARCH-1824] - Hot-restarting a mutable SearchFactory has it "forget" the previously defined FilterDef and Analyzers
* [HSEARCH-1825] - NullEncodingTwoWayFieldBridge doesn't set the null marker when used as a FieldBridge
* [HSEARCH-1836] - Avoid NPE in NullEncodingTwoWayFieldBridge for non existing fields

** Improvement
* [HSEARCH-655] - Implements the FuturTask.cancel function in the MassIndexer
* [HSEARCH-1356] - Refactor WorkVisitor to match more the expectations on a Visitor pattern
* [HSEARCH-1762] - Improve javadocs of builtin bridges
* [HSEARCH-1831] - Correcting various typos in the documentation
* [HSEARCH-1850] - Avoid extending Startable and Stoppable interfaces as part of a Service contract

** New Feature
* [HSEARCH-1765] - Add support for deleting by Query
* [HSEARCH-1792] - Support multi-tenancy
* [HSEARCH-1837] - Allow Integrators to customize default directory providers for shortcuts

** Task
* [HSEARCH-1773] - org.hibernate.search.backend.impl.WorkVisitor not exported by engine osgi bundle
* [HSEARCH-1835] - Fix typo in javadoc of @Spatial
* [HSEARCH-1841] - Refactor DeleteByQuerySupport
* [HSEARCH-1843] - Bump hibernate search module slot name to "5.2"
* [HSEARCH-1845] - Upgrade to Pax Exam 4.4.0 to improve port allocation during tests

软件详情:http://docs.jboss.org/hibernate/search/5.2/reference/en-US/html_single/#section-multi-tenancy

来自:开源中国社区
文章评论

共有 1 条评论

  1. 贾红佳 于 2015-04-21 18:07:11发表:

    好东西