Hi Guys, As the main scoring mechanism is based tf/idf, so will same query running against SolrCloud return different result against running it against single core with same data sets as idf will only count df inside one core?
eg: Assume I have 100GB data: A) Index those data using single core B) Index those data using SolrCloud with two cores (each has 50GB data index) Then If I query those with same query like 'apple', then will I get different result for A and B? Regards, Yandong