1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Apache Solr 5.5.0 发布,全文搜索服务器 下载

本帖由 漂亮的石头2016-02-24 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,424
    赞:
    47
    Apache Solr 5.5.0 发布,Solr是一个高性能,采用Java开发,基于Lucene的全文搜索服务器。文档通过Http利用XML加到一个搜索集合中。查询该集合也是通过 http收到一个XML/JSON响应来实现。它的主要特性包括:高效、灵活的缓存功能,垂直搜索功能,高亮显示搜索结果,通过索引复制来提高可用性,提 供一套强大Data Schema来定义字段,类型和设置文本分析,提供基于Web的管理界面等。

    该版本值得关注的改进内容包括:

    * The schema version has been increased to 1.6, and Solr now returns
    non-stored doc values fields along with stored fields
    * The PERSIST CoreAdmin action has been removed
    * The <mergePolicy> element is deprecated in favor of a similar
    <mergePolicyFactory> element, in solrconfig.xml
    * CheckIndex now works on HdfsDirectory
    * RuleBasedAuthorizationPlugin now allows wildcards in the role, and
    accepts an 'all' permission
    * Users can now choose compression mode in SchemaCodecFactory
    * Solr now supports Lucene's XMLQueryParser
    * Collections APIs now have async support
    * Uninverted field faceting is re-enabled, for higher performance on
    rarely changing indices

    完整的改进记录请看:https://lucene.apache.org/solr/5_5_0/changes/Changes.htm
    Apache Solr 5.5.0 发布,全文搜索服务器下载地址
     
正在加载...