Re: Info about legacyMode cluster property

2020-10-16 Thread Erick Erickson
You should not be using the core api to do anything with cores in SolrCloud. True, under the covers the collections API uses the core API to do its tricks, but you have to use it in a very precise manner. As for legacyMode, don’t use it, please. it’s not supported any more, has been completely re

Re: Info about legacyMode cluster property

2020-10-16 Thread yaswanth kumar
Can someone help on the above question? On Thu, Oct 15, 2020 at 1:09 PM yaswanth kumar wrote: > Can someone explain what are the implications when we change > legacyMode=true on solr 8.2 > > We have migrated from solr 5.5 to solr 8.2 everything worked great but > when we are trying to add a core

Info about legacyMode cluster property

2020-10-15 Thread yaswanth kumar
Can someone explain what are the implications when we change legacyMode=true on solr 8.2 We have migrated from solr 5.5 to solr 8.2 everything worked great but when we are trying to add a core to existing collection with core api create it’s asking to pass the coreNodeName or switch legacyMode