mirror of https://github.com/apache/lucene.git
SOLR-7616: move to 5.2.1 section in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3728802dfd
commit
fcfe9c0e43
|
@ -104,9 +104,6 @@ Bug Fixes
|
||||||
* SOLR-7361: Slow loading SolrCores should not hold up all other SolrCores that have finished loading from serving
|
* 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)
|
requests. (Mark Miller, Timothy Potter, Ramkumar Aiyengar)
|
||||||
|
|
||||||
* 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
|
* SOLR-7518: New Facet Module should respect shards.tolerant and process all non-failing shards
|
||||||
instead of throwing an exception. (yonik)
|
instead of throwing an exception. (yonik)
|
||||||
|
|
||||||
|
@ -174,6 +171,10 @@ Bug Fixes
|
||||||
* SOLR-7588: Fix javascript bug introduced by SOLR-7409 that breaks the
|
* SOLR-7588: Fix javascript bug introduced by SOLR-7409 that breaks the
|
||||||
dataimport screen in the admin UI. (Bill Bell via Shawn Heisey)
|
dataimport screen in the admin UI. (Bill Bell via Shawn Heisey)
|
||||||
|
|
||||||
|
* 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)
|
||||||
|
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue