This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 10db6d41ded SOLR-16697: add jira to changelog
10db6d41ded is described below
commit 10db6d41dedfc085479c1ec8bad08afe36cc8ee0
Author: Houston Putman <[email protected]>
AuthorDate: Wed Apr 12 12:03:51 2023 -0400
SOLR-16697: add jira to changelog
---
solr/CHANGES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ff95b37a87d..f8fc1f3ae0c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -9,7 +9,7 @@
https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-not
New Features
---------------------
-* Solr now provides an "Install Shard" API that allows users who have built
(per-shard) indices offline to import
+* SOLR-16697: Solr now provides an "Install Shard" API that allows users who
have built (per-shard) indices offline to import
them into SolrCloud shards. The API is available at `POST
/api/collections/collName/shards/shardName/install`
(v2), or at `GET /solr/admin/collections?action=INSTALLSHARD` (v1). (Jason
Gerlowski)