Using multiple Solr cores with DDEV
If you want to have multiple Solr indexes using Search API, you need to have a core for each index instance. For my local development stack, I use DDEV. The documentation has a basic example for setting up a Solr service, but I had quite the fun time figuring out how to ensure multiple cores.
Read more about Using multiple Solr cores with DDEVComments
Source: New feed