...
- Go to http://localhost:8983/solr/#/~collections/ViaWorksCloud
- Delete the ViaWorksCloud collection, by clicking Delete and confirming the deletion.
On the primary server: Run the command (this will create 6 shards divided on the servers WITHOUT replication) (In Program Files\ayfie\Locator\SOLR\bin)
Code Block language xml solr create -c ViaWorksCloud -d "C:\ProgramData\ayfie\Locator\Solr\configsets\ViaWorksCloud" -shards 6 -replicationFactor 1 -p 8983
- On the primary server: Verify that logs are OK (http://localhost:8983/solr/#/~logging) and the SOLR dashboard now shows 6 shards divided between the servers (http://localhost:8983/solr/#/~cloud)
- On the primary server: Reindex all data using the Via.repository tool and monitor the reindexing.
...