随笔 - 170  文章 - 536  trackbacks - 0
<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

常用链接

我参与的团队

随笔分类(103)

搜索

  •  

积分与排名

  • 积分 - 412366
  • 排名 - 135

最新评论

阅读排行榜

以下是来自于 TSS 的新闻:


Hibernate Search 3.0, which brings full text search capabilities to Hibernate-based applications, has been released. With Hibernate Search, developers can easily take advantage of advanced Google-like search features, unattainable in relational databases, without the need for extra infrastructure coding.

Hibernate Search integrates transparently with Hibernate, the object/relational (O/R) mapping and persistence engine, with little to no configuration (past specifying what entities to index). With advanced features such as query filter and index sharding, Hibernate Search can be embedded into user applications.

Key features in Hibernate Search 3.0 include:
  • Transparent index synchronization: This feature eliminates the need to manually update the index on data change. Events generated by Hibernate Core will trigger the update transparently for the application.
  • Seamless integration with the Hibernate and Java Persistence query
    model: Hibernate Search embraces both the Hibernate and Java Persistence semantic and APIs. As a result, switching from a Hibernate Query Language (HQL) query to a full text query requires minimal changes to the application.
  • Out-of-the-box asynchronous clustering mode: Handles clustered applications, this out of the box mode also handles gracefully indexing load peaks, avoiding any contention on the online system.
  • Product extensibility: Developers can extend Hibernate Search with a series of extension points for deep index interaction customization that helps edge case applications meet their performance and architectural requirements and constraints.

不知道大家有没有发现,几乎是在同时 Hibernate Search 和 Compass 同时进入 RC 状态,但 Hibernate Search 跑的快了一步,首先发布了出来,相信不久就能看到 Compass release


链客中国,写文章也可以赚钱哦
posted on 2007-09-24 23:54 steady 阅读(1554) 评论(2)  编辑  收藏

FeedBack:
# re: Hibernate Search 3.0 正式版发布 2007-09-25 08:57 千里冰封
hibernate做起这个来了  回复  更多评论
  
# re: Hibernate Search 3.0 正式版发布 2007-09-25 16:53 Alexander.Yu
hibernate底层都不是那么完美,稳定,就开始走多元化了。郁闷!  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: