You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2024/02/15 18:50:12 UTC

(solr) branch branch_9x updated: Update core param in STATUS doc (#2265)

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 a8f9695c65f Update core param in STATUS doc (#2265)
a8f9695c65f is described below

commit a8f9695c65fba8ce72e2a08c6a13b3fa80284846
Author: Pierre Salagnac <82...@users.noreply.github.com>
AuthorDate: Thu Feb 15 19:49:29 2024 +0100

    Update core param in STATUS doc (#2265)
---
 .../solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc
index ae5d4cbd193..5e4cec74221 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc
@@ -92,7 +92,7 @@ curl -X GET http://localhost:8983/api/cores?indexInfo=false
 |===
 +
 The name of a core, as listed in the "name" attribute of a `<core>` element in `solr.xml`.
-This parameter is required in v1, and part of the url in the v2 API.
+If this parameter is omitted, status of all the running cores is returned.
 
 `indexInfo`::
 +