智能化下的产物,无人棋牌室
Apache Jackrabbit Oak 1.0.24 发布,更新如下:
技术任务 [OAK-3421] - RDBDocumentStore: force DB2 to use a clustered index [OAK-3604] - RDBDocumentStore: update JDBC drivers for PostgresQL, MySQL, and Derby [OAK-3605] - RDBBlob/DocumentStore: reduce class complexity [OAK-3617] - RDBDocumentStore: improve retry logic in updateDocument [OAK-3631] - RDBDocumentStore: improve logging for server time difference detection Bug [OAK-3137] - Global fulltext index returning plan for pure NodeType queries [OAK-3378] - Test failure: SuggestTest [OAK-3566] - Stale documents in RDBDocumentStore cache [OAK-3567] - Long running query holds TreeLock [OAK-3582] - Background split may throw NPE [OAK-3591] - Lucene index with 'analyzed=true' sometimes used by mistake [OAK-3608] - Compare of node states on branch may be incorrect [OAK-3630] - Mixin based rules not working for relative properties [OAK-3638] - NodeAggregator in SolrQueryIndexProviderService should be volatile [OAK-3639] - Wrong method name for "updated" reference in SolrServerProviderService [OAK-3641] - testSpellcheckMultipleWords failing on 1.0 提升 [OAK-3092] - Cache recently extracted text to avoid duplicate extraction [OAK-3331] - Support spellchecking multiple words [OAK-3489] - DocumentStore: introduce a "NotEquals" condition [OAK-3580] - Make it possible to use indexes for providing excerpts [OAK-3581] - Increase tracked info on Lucene index closing [OAK-3587] - SegmentNodeStore stricter checkpoint creation policy [OAK-3588] - SegmentNodeStore allow tweaking of lock fairness [OAK-3633] - Enable exclusion of relative property in aggregation 任务 [OAK-3623] - backport DocumentStore time diff API back 测试 [OAK-3570] - concurrentLoop(MongoDocumentStoreIT) test failures
更多内容请看:发行说明。
Apache Jackrabbit 是由 Apache Foundation 提供的 JSR-170 的开放源码实现..
随着内容管理应用程序的日益普及,对用于内容仓库的普通、标准化 API 的需求已凸现出来。Content Repository for Java Technology API (JSR-170) 的目标就是提供这样一个接口。JSR-170 的一个主要优点是,它不绑定到任何特定的底层架构。例如,JSR-170 实现的后端数据存储可以是文件系统、WebDAV 仓库、支持 XML 的系统,甚至还可以是 SQL 数据库。此外,JSR-170 的导出和导入功能允许一个集成器在内容后端与 JCR 实现之间无缝地切换。