clean up CHANGES

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1557853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-01-13 21:11:09 +00:00
parent abea446155
commit fd3a43e32a
1 changed files with 21 additions and 14 deletions

View File

@ -5,7 +5,7 @@ Introduction
Apache Solr is an open source enterprise search server based on the Apache Lucene Java
search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search,
caching, replication, and a web administration interface. It runs in a Java
servlet container such as Tomcat.
servlet container such as Jetty.
See http://lucene.apache.org/solr for more information.
@ -304,6 +304,10 @@ Bug Fixes
sets the alias name and the collections to alias to the same value.
(Aaron Schram, Mark Miller)
* SOLR-5577: Likely ZooKeeper expiration should not slow down updates a given
amount, but instead cut off updates after a given time.
(Mark Miller, Christine Poerschke, Ramkumar Aiyengar)
* SOLR-5580: NPE when creating a core with both explicit shard and coreNodeName.
(YouPeng Yang, Mark Miller)
@ -331,9 +335,9 @@ Bug Fixes
ZkCmdExecutor#ensureExists to ensure their election paths are properly
created. (Mark Miller)
* SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory
if necessary. (Mark Miller)
* SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory if
necessary. (Mark Miller)
* SOLR-4709: The core reload after replication if config files have changed
can fail due to a race condition. (Mark Miller, Hossman))
@ -342,7 +346,7 @@ Bug Fixes
* SOLR-5588: PeerSync doesn't count all connect failures as success.
(Mark Miller)
* SOLR-5564: hl.maxAlternateFieldLength should apply to original field when
fallback is attempted (janhoy)
@ -351,19 +355,19 @@ Bug Fixes
* SOLR-5615: Deadlock while trying to recover after a ZK session expiration.
(Ramkumar Aiyengar, Mark Miller)
* SOLR-5543: Core swaps resulted in duplicate core entries in solr.xml when
* SOLR-5543: Core swaps resulted in duplicate core entries in solr.xml when
using solr.xml persistence. (Bill Bell, Alan Woodward)
* SOLR-5618: Fix false cache hits in queryResultCache when hashCodes are equal
and duplicate filter queries exist in one of the requests (hossman)
Optimizations
----------------------
----------------------
* SOLR-5576: Improve concurrency when registering and waiting for all
SolrCore's to register a DOWN state. (Christine Poerschke via Mark Miller)
================== 4.6.0 ==================
Versions of Major Components
@ -438,7 +442,7 @@ New Features
* SOLR-5464: Add option to ConcurrentSolrServer to stream pure delete
requests. (Mark Miller)
Bug Fixes
----------------------
@ -482,7 +486,7 @@ Bug Fixes
* SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
(Mark Miller)
* SOLR-5452: Do not attempt to proxy internal update requests. (Mark Miller)
* SOLR-5452: Do not attempt to proxy internal update requests. (Mark Miller)
Optimizations
----------------------
@ -719,6 +723,9 @@ Bug Fixes
* SOLR-4489: SpellCheckComponent can throw StringIndexOutOfBoundsException
when generating collations involving multiple word-break corrections.
(James Dyer)
* SOLR-5087 - CoreAdminHandler.handleMergeAction generating NullPointerException
(Patrick Hunt via Erick Erickson)
* SOLR-5107: Fixed NPE when using numTerms=0 in LukeRequestHandler
(Ahmet Arslan, hossman)
@ -1104,6 +1111,9 @@ Bug Fixes
* SOLR-5037: The CSV loader now accepts field names that are not in the schema.
(gsingers, ehatcher, Steve Rowe)
* SOLR-4791: solr.xml sharedLib does not work in 4.3.0 (Ryan Ernst, Jan Høydahl via
Erick Erickson)
Optimizations
----------------------
@ -1204,9 +1214,6 @@ Bug Fixes
* SOLR-4797: Shard splitting creates sub shards which have the wrong hash
range in cluster state. This happens when numShards is not a power of two
and router is compositeId. (shalin)
* SOLR-4791: solr.xml sharedLib does not work in 4.3.0 (Ryan Ernst, Jan Høydahl via
Erick Erickson)
* SOLR-4806: Shard splitting does not abort if WaitForState times out (shalin)