mirror of https://github.com/apache/lucene.git
Moving issues to 4.3.1 in change log before backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
420bb8c36e
commit
5c77220c72
|
@ -85,15 +85,9 @@ New Features
|
|||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
* SOLR-4741: Deleting a collection should set DELETE_DATA_DIR to true.
|
||||
(Mark Miller)
|
||||
|
||||
* SOLR-4333: edismax parser to not double-escape colons if already escaped by
|
||||
* SOLR-4333: edismax parser to not double-escape colons if already escaped by
|
||||
the client application (James Dyer, Robert J. van der Boon)
|
||||
|
||||
* SOLR-4752: There are some minor bugs in the Collections API parameter
|
||||
validation. (Mark Miller)
|
||||
|
||||
* SOLR-4776: Solrj doesn't return "between" count in range facets
|
||||
(Philip K. Warren via shalin)
|
||||
|
||||
|
@ -106,13 +100,6 @@ Bug Fixes
|
|||
* SOLR-4790: Throw an error if a core has the same name as another core, both old and
|
||||
new style solr.xml
|
||||
|
||||
* SOLR-4563: RSS DIH-example not working (janhoy)
|
||||
|
||||
* SOLR-4796: zkcli.sh should honor JAVA_HOME (Roman Shaposhnik via Mark Miller)
|
||||
|
||||
* SOLR-4734: Leader election fails with an NPE if there is no UpdateLog.
|
||||
(Mark Miller, Alexander Eibner)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
@ -188,6 +175,19 @@ Bug Fixes
|
|||
* SOLR-4751: Fix replication problem of files in sub directory of conf directory.
|
||||
(Minoru Osuka via Koji)
|
||||
|
||||
* SOLR-4741: Deleting a collection should set DELETE_DATA_DIR to true.
|
||||
(Mark Miller)
|
||||
|
||||
* SOLR-4752: There are some minor bugs in the Collections API parameter
|
||||
validation. (Mark Miller)
|
||||
|
||||
* SOLR-4563: RSS DIH-example not working (janhoy)
|
||||
|
||||
* SOLR-4796: zkcli.sh should honor JAVA_HOME (Roman Shaposhnik via Mark Miller)
|
||||
|
||||
* SOLR-4734: Leader election fails with an NPE if there is no UpdateLog.
|
||||
(Mark Miller, Alexander Eibner)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue