id author title date pages extension mime words sentences flesch summary cache txt www-searchstax-com-2732 How do I update the Solr Schema? - SearchStax .html text/html 678 86 61 Many users have asked how to update the Solr schema file in their deployments. documentation recommends using the Solr Schema API to update the schema, but many Solr users find it burdensome and unintuitive. edit the schema file locally in a text editor and then upload it. The examples below rely on zkcli, the Zookeeper upload/download utility. 1. Update Schema (upload a new configuration to Zookeeper). When you are ready to deploy your new schema file, simply use zkcli to upload your curl 'https://solr//update?stream.body=*:*&commit=true' curl -u 'username:password' 'https://solr//update?stream.body=*:*&commit=true' 3. Reload Collection (distribute new configuration from Zookeeper) The next step is to download the new configuration from the Zookeeper ensemble to the Solr servers. curl 'https://solr/admin/collections?action=RELOAD&name=' where is the Solr HTTP Endpoint URL from the SearchStax dashboard, where is the Solr HTTP Endpoint URL from the deployment details page, where is the Solr HTTP Endpoint URL from the deployment details page, ./cache/www-searchstax-com-2732.html ./txt/www-searchstax-com-2732.txt