Hello! Just use the update handler that is specific to a given core. For example if you have two cores named core1 and core2, you should use the following addresses (if you didn't change the default configuration):
/solr/core1/update/ and /solr/core2/update/ -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > Hi, > I 've set up a Solr instance with multiple cores to be able to use > different indexes for different applications. The point I'm struggling > with is how do I insert documents into the index running on a specific > core? Any clue appreciated. > best