Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to http://localhost:8983/solr/#/~collections/ViaWorksCloud
  2. Delete the ViaWorksCloud collection, by clicking Delete and confirming the deletion.


  3. 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
    languagexml
    solr create -c ViaWorksCloud -d "C:\ProgramData\ayfie\Locator\Solr\configsets\ViaWorksCloud" -shards 6 -replicationFactor 1 -p 8983



  4. 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)

  5. On the primary server: Reindex all data using the Via.repository tool and monitor the reindexing.

...