>From your SO post:
"I've also created a directory /configs (as indicated by the error) on
every node and copied the 'web' configset files
(/share/solr/server/solr/web) that I want to use for overriding the
collection default configuration. However, this didn't solve the
problem."
Do not copy fil
I have Solr-7.2.1 running on a cluster of 32 linux nodes/servers (+ a node that
hosts ZooKeeper). I wanted to create a collection with the following command:
[solr@node-n03 solr]$ curl
"node-n03:8983/solr/admin/collections?action=CREATE&name=web&numShards=32&replicationFactor=1&maxShardsPerNode=1
commitWithin parameter.
Well, what I usually do is set my autocommit interval in my
solrconfig.xml file and forget about it.
For searching, set your autosoftcommit in solrconfig.xml and forget
about _that_.
Here's more than you want to know about the topic.
https://lucidworks.com/2013/08/23/under