Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /guides/solr/configuring_solr/creating_a_new_core.md for this page in Markdown format</div>
Creating a new core
Open a terminal and navigate to your solr's root directory. Inside /solr-root-dir/bin/bash you'll find some scripts that'll help you setup and manage solr.
To create a new core, from /solr-root-dir/ run bin/solr create -c <yourcorename> where <yourcorename> is the name you want to give to the core. If the creation of the core is successful, you should see this message in your terminal: Created new core '<yourcorename>'
Once you create your core, you'll need to configure your core's solrconfig.xml. This file is located in /solr-root-dir/server/solr/<yourcorename>/conf/solrconfig.xml
See Installing adveshop-processor, to install and configure the adveshop-processor