epugh commented on code in PR #4264:
URL: https://github.com/apache/solr/pull/4264#discussion_r3069295440


##########
solr/solr-ref-guide/modules/configuration-guide/pages/configsets-api.adoc:
##########
@@ -226,6 +288,78 @@ This behavior can be disabled with the parameter 
`overwrite=false`, in which cas
 ====
 ======
 
+[[configsets-get-file]]
+== Get a Single File from a Configset
+
+This command retrieves the contents of a single file from an existing 
configset.
+This is useful for inspecting individual configuration files without 
downloading the entire configset.
+
+The command takes the following parameters:
+
+`name`::
++
+[%autowidth,frame=none]
+|===
+s|Required |Default: none
+|===
++
+The name of the configset containing the file.
+
+`filePath`::
++
+[%autowidth,frame=none]
+|===
+s|Required |Default: none
+|===
++
+The path to the file within the configset (e.g., `solrconfig.xml` or 
`lang/stopwords_en.txt`).
+
+The response will be a JSON object containing:

Review Comment:
   okay, dealt wiht in the other refacotr...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to