I'm using Datastax Enterprise with Cassandra + Solr, I've 2 nodes with replication factor of 2 - means all the data is on both servers.
I've a problem that when I pull the data from the Solr the order is not right and then I get the same results twice because I'm using loadbalncer so on each request it pulls the data from another server.
I'm using Solarium I've tried to order the results by _uniqueKey but still it's not working.
Any ideas?
Thanks