Hi, The only difference is the core name in the URL, which should be easy enough to handle from your indexing client code. I don't really understand the reason behind your request. How would you control which core to index your document to if you did not specify it in the URL?
You could name ONE of your cores as ".", meaning it would be the "default" core living at /solr/update, perhaps that is what you're looking for? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 2. nov. 2011, at 10:00, Vadim Kisselmann wrote: > Hello folks, > i have an problem with shard indexing. > > with an single core i use this update command: > http://localhost:8983/solr/update ..... > > now i have 2 shards, we can call them core0 / core1 > http://localhost:8983/solr/core0/update ..... > > > can i adjust anything to indexing in the same way like with a single core > without core-name? > > thanks and regards > vadim