You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/06/27 02:46:40 UTC

[3/3] lucene-solr:jira/solr-10272: SOLR-10272: Changelog

SOLR-10272: Changelog


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/079cca5f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/079cca5f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/079cca5f

Branch: refs/heads/jira/solr-10272
Commit: 079cca5f56626c6405ef458bd9f48cc69c9af36c
Parents: cf6d8b9
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Tue Jun 27 08:16:04 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Tue Jun 27 08:16:04 2017 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/079cca5f/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 76722fe..8d5c321 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -173,6 +173,8 @@ New Features
 * SOLR-10574: New _default config set replacing basic_configs and data_driven_schema_configs.
   (Ishan Chattopadhyaya, noble, shalin, hossman, David Smiley, Jan Hoydahl, Alexandre Rafalovich) 
 
+* SOLR-10272: Use _default config set if no collection.configName is specified with CREATE (Ishan Chattopadhyaya)
+
 Bug Fixes
 ----------------------
 * SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509.