Apache Solr 是一个开源的搜索服务器。Solr 使用 Java 语言开发,主要基于 HTTP 和 Apache Lucene 实现。近日,Apache Solr 4.10 发布,该版本基于 Lucene 4.10,主要改经如下:
This release upgrades Solr Cell's (contrib/extraction) dependency on Apache POI to mitigate 2 security vulnerabilities: http://s.apache.org/solr-cell-security-notice
Scripts for starting, stopping, and running Solr examples
Distributed query support for facet.pivot
Interval Faceting for Doc Values fields
New "terms" QParser for efficiently filtering documents by a list of values
更多详细改变请查看Changelog
软件详情:https://lucene.apache.org/solr/4_10_0/changes/Changes.html
下载地址:http://www.apache.org/dyn/closer.cgi/lucene/solr/
来自:开源中国社区

