Skip to content

5. Upload index configurations

ivanbuzyka edited this page Aug 8, 2018 · 5 revisions

Upload index configurations

You need to upload 2 index configurations in ZooKeeper:

  1. First for Sitecore content indexes
  2. Another one for xDb indexes

See more information about Sitecore content index configuration in the article Upload the configuration to Zookeeper

For xDB indexes (xDB and xDB_rebuild), upload the default index configuration located in the basic_configs folder.

In my example upload commands will look following:

solr zk upconfig -d "C:\solr\solr-6.6.2\server\solr\configsets\sitecore_config" -n sitecoreconfig -z "10.1.10.4:2181,10.1.10.5:2181,10.1.10.6:2181"

solr zk upconfig -d "C:\solr\solr-6.6.2\server\solr\configsets\basic_configs" -n basic -z "10.1.10.4:2181,10.1.10.5:2181,10.1.10.6:2181"

After that you will see both configs in your solrcloud web application:

sitecore solrcloud

Now you are ready to create collections using these index configurations.