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:49:35 UTC

(solr) branch main 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 main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 24603cf250a Update core param in STATUS doc (#2265)
24603cf250a is described below

commit 24603cf250a102517cce5dacf2d1f57be0477ad8
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`::
 +