Hibernate Search 团队今天很高兴的发布了 4.0 正式版本,该版本基于刚刚发布的 Hibernate Core 4.0 Final,包含众多的改进,很多都跟 Hibernate Core 4 有关,主要包括:
- 支持 Hibernate Core 4
- support for source of data/events other than Hibernate Core (which is now an optional dependency)
- clearer split between APIs, SPIs and implementation classes
- 改进了日志和错误报告
- 更好的底层架构 - index managers allow now for one backend per index and even non directory based indexes
- 近乎实时的搜索
- optimized and cross-version compatible wire format for communications between master and slaves
- 性能的进一步提升 (更多、更细粒度的分析器并行化处理)
- support for projections on custom bridges fields
- support for @IndexedEmbedded on collections of basic types
- easier way to work on documentation translation
相关链接:
暂无更多评论