I noticed a - in my opinion - strange behavior in Solr Cloud. I have a collection that has 1 shard and two replica's.
When I look at the directory structure, both have the same file names in "data/index" .. BUT the contents of those files are different. So when I query this collection, and sort on "score", and the score is the same for a lot of documents, then the order is different depending on the node that was queried. The results are the same, just the returned order. I guess the segments are not sent as "is" from leaders to the other replica's? Or something else could be wrong? Thanks in advance