发布于 2016-05-29 00:33:10 | 136 次阅读 | 评论: 0 | 来源: 网友投递
Apache Solr 企业级全文搜索引擎
Solr是一个独立的企业级搜索应用服务器,它对外提供类似于Web-service的API接口。用户可以通过http请求,向搜索引擎服务器提交一定格式的XML文件,生成索引;也可以通过Http Get操作提出查找请求,并得到XML格式的返回结果;
Apache Solr 6.0.1 发布了,此版本包括自6.0.0版本以来的31项bug修复,文档更新等。
升级说明 (1)
If you use historical dates, specifically on or before the year 1582, you should re-index.
Bug修复 (24)
略
其他更新 (7)
SOLR-7516: Improve javadocs for JavaBinCodec, ObjectResolver and enforce the single-usage policy.
(Jason Gerlowski, Benoit Vanalderweireldt, shalin)
SOLR-8967: In SolrCloud mode, under the 'Core Selector' dropdown in the UI the Replication tab won't be displayed anymore. The Replication tab is only beneficial to users running Solr in master-slave mode.
(Varun Thacker)
SOLR-8985: Added back support for 'includeDynamic' flag to /schema/fields endpoint
(noble)
SOLR-9131: Fix "start solr" text in cluster.vm Velocity template
(janhoy)
SOLR-9053: Upgrade commons-fileupload to 1.3.1, fixing a potential vulnerability
(Jeff Field, Mike Drob via janhoy)
SOLR-9115: Get rid of javax.xml.bind.DatatypeConverter in SimplePostTool for Java 9 compatibility.
(Uwe Schindler)
Refactor SSLConfig so that SSLTestConfig can provide SSLContexts using a NullSecureRandom to prevent SSL tests from blocking on entropy starved machines.
SSLTestConfig: Alternate (psuedo random) NullSecureRandom for Constants.SUN_OS.
SSLTestConfig: Replace NullSecureRandom w/ NotSecurePsuedoRandom.
Change SSLTestConfig to use a keystore file that is included as a resource in the test-framework jar so users subclassing SolrTestCaseJ4 don't need to preserve magic paths.
详情: CHANGES.txt
下载地址:http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.1