-
Notifications
You must be signed in to change notification settings - Fork 0
5. Upload index configurations
You need to upload 2 index configurations in ZooKeeper:
- First for Sitecore content indexes
- 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:
Now you are ready to create collections using these index configurations.