solr 4.0 BETA发布,希望一个月后可以见到正式版出来

官方发布的改动:http://lucene.apache.org/solr/solrnews.html

See the CHANGES.txt file included with the release for a full list of details.

基于4.0-alpha主要的改动如下:

  • Added a Collection management API for Solr Cloud.

    增加Solr Cloud 对于Collection的管理API

  • Solr Admin UI now clearly displays failures related to initializing SolrCores

    Solr 管理后台界面可以更加清晰标识初始化失败的SolrCore结点

  • Updatable documents can create a document if it doesn't already exist, or you can force that the document must already exist.

    更新文档时,如果该文档 不存存,可以以增加文档的效果创建,当然你也可以强制要求该文档必须存在。

  • Full delete-by-query support for Solr Cloud.

    Solr Cloud 支持删除所有文档功能


  • Default to NRTCachingDirectory for improved near-realtime performance.

    默认使用 NRTCachingDirectory 来提高准实时搜索的性能


  • Improved Solrj client performance with Solr Cloud: updates are only sent to leaders by default.

    提高SolrCloud的Solrj客户端性能,让其发送的更新默认只发给leaders们



    英文能力有限,翻译有误请指出。。。。。。。。。。。



  • Various other API changes, optimizations and bug fixes.

    还有其它的API修改以及修补一些bug



你可能感兴趣的:(UI,list,api,Solr,文档,performance)