pvcnt commented on code in PR #2016:
URL: https://github.com/apache/solr/pull/2016#discussion_r1363845726
##########
solr/solr-ref-guide/modules/configuration-guide/pages/cluster-plugins.adoc:
##########
@@ -278,3 +276,34 @@ curl -X POST -H 'Content-type: application/json' -d '{
}'
http://localhost:8983/api/cluster/plugin
----
+
+== Plugin Configuration in solr.xml
+
+Plugins can also be installed by creating `<plugin>` elements in `solr.xml`.
+This might be preferred in some situations, such as enforcing immutable
infrastructure.
+
+TIP: See also the section xref:configuration-guide:configuring-solr-xml.adoc[]
for more information about the `solr.xml` file, where to find it, and how to
edit it.
Review Comment:
I was unsure, because I had the impression that the trend was to split the
documentation about `solr.xml` in more specialised pages. For example, metric
configuration is already described on its own page.
--
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]