From 33f84f1cfe3c6ad70c82b9f4cc0815f896ce1384 Mon Sep 17 00:00:00 2001 From: Thomas Egense Date: Tue, 26 Mar 2024 10:04:11 +0100 Subject: [PATCH] Formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f49be324..343c2d59 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,9 @@ For experienced Solr users only that want to tweak the Solr configuration. If you want to make changes to schema.xml or solrconfig.xml you must use the cloud update script on a running Solr Cloud. Changes to schema.xml must be done before starting indexing. Changes to SolrConfig.xml can be done run time. To update the configuration use the following two commands. (replace paths to your system) + `bin/solr zk upconfig -n netarchivebuilder_conf -d "/home/xxx/solrwayback/solrwayback_package_5.1.1/solr_config/conf" -z localhost:9983` + `curl -X POST "http://localhost:8983/api/collections/netarchivebuilder/" -H 'Content-Type: application/json' -d '{"modify":{"config": "netarchivebuilder_conf" } }`