This is an automated email from the ASF dual-hosted git repository.
epugh 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 0e4c2c6eabf docs: add missing closing apostrophe in collection reload
command example (#3275)
0e4c2c6eabf is described below
commit 0e4c2c6eabfbded2cb69a940c4f3088b85e31d4c
Author: Nikita Rusiecki <[email protected]>
AuthorDate: Fri Mar 21 19:32:20 2025 +0100
docs: add missing closing apostrophe in collection reload command example
(#3275)
---
.../modules/deployment-guide/pages/collection-management.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git
a/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
b/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
index e9f111da697..55b3f8b5d38 100644
---
a/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
+++
b/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
@@ -328,6 +328,7 @@ curl -X POST
http://localhost:8983/api/collections/techproducts_v2/reload -H 'Co
{
"async": "someAsyncId"
}
+'
----
====
======