mirror of https://github.com/apache/lucene.git
SOLR-7518: move to 5.2.1 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fcfe9c0e43
commit
2abf02438b
|
@ -104,9 +104,6 @@ Bug Fixes
|
|||
* SOLR-7361: Slow loading SolrCores should not hold up all other SolrCores that have finished loading from serving
|
||||
requests. (Mark Miller, Timothy Potter, Ramkumar Aiyengar)
|
||||
|
||||
* SOLR-7518: New Facet Module should respect shards.tolerant and process all non-failing shards
|
||||
instead of throwing an exception. (yonik)
|
||||
|
||||
* SOLR-4506: Clean-up old (unused) index directories in the background after initializing a new index;
|
||||
previously, Solr would leave old index.yyyyMMddHHmmssSSS directories left behind after failed recoveries
|
||||
in the data directory, which unnecessarily consumes disk space. (Mark Miller, Timothy Potter)
|
||||
|
@ -174,6 +171,8 @@ Bug Fixes
|
|||
* SOLR-7616: Faceting on a numeric field with a unique() subfacet function on another numeric field
|
||||
can result in incorrect results or an exception. (yonik)
|
||||
|
||||
* SOLR-7518: New Facet Module should respect shards.tolerant and process all non-failing shards
|
||||
instead of throwing an exception. (yonik)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue