TeamcenterKnowledge

Indexing and search utilities

solrCloudSetUp

If you installed or upgraded to SolrCloud using Deployment Center, you can migrate to SolrCloud using the SolrCloud utility. Running this utility sets up ZooKeeper, creates configsets and collections, sets up basic authentication, and copies your data so that a full index is not required. Syntax solr-version.solrCloudSetUp.bat -migrate -u=user name -p=password -copy_data Arguments -dry_run Checks the existing collections in SolrCloud. Example Copy solr-version.solrCloudSetUp.bat -dry_run -migrate Migrates the existing standalone Solr setup, including ZooKeeper, configsets and collections, and basic authentication. Use with the -copy_data argument to copy all existing data to SolrCloud. Example Copy solr-version.solrCloudSetUp.bat -migrate -u=user name -p=password -copy_data -upload_config Uploads new or existing solr config to ZooKeeper. Example Copy solr-version.solrCloudSetUp.bat -upload_config -d=directory -n=config name -create_new_collection Creates a new collection with an existing Solr config uploaded in ZooKeeper. Example Copy solr-version.solrCloudSetUp.bat -create_new_collection -n=config name -c=collection name -u=user name -p=password -create_new_collection_with_config Creates a new collection with a new config. Example Copy solr-version.solrCloudSetUp.bat -create_new_collection_with_config -d=directory -n=config name -c=collection name -u=user name -p=password -update_config Updates all existing standalone Solr collections and config to ZooKeeper. Example Copy solr-version.solrCloudSetUp.bat -update_config -u= Specifies the user name. -p= Specifies the user password. -d= Specifies the collection config directory. -n= Specifies the config name. -c= Specifies the new collection name.

Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/phm1737253695756/xid2292394.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)