Creating Solr core for sitecore using command prompt

We setup the solr cores using command “C:\solr8985\sc103solr-8.11.2\bin>solr.cmd create -c sitecore_sxa_web_index -d sitecore_configset” and followed the following for configsets https://stackoverflow.com/questions/33060048/sitecore-best-practices-for-setting-up-solr-core-for-multisite.

a) Used the following steps to create the cores

i. Copy conf folder solr\server\solr\sitecore_master_index\conf

ii. Paste into solr\server\solr\configsets\sitecore_configset <-- create this new folder

iii. Run command C:\solr8985\sc103solr-8.11.2\bin>solr.cmd create -c [your-custom-index] -d sitecore_configset

No comments:

Post a Comment

Creating Solr core for sitecore using command prompt

We setup the solr cores using command “C:\solr8985\sc103solr-8.11.2\bin>solr.cmd create -c sitecore_sxa_web_index -d sitecore_configset” ...