Hi Solr Developers, Which solr document will be displayed if a duplicate instance of the same document is present?
In our current solr architecture, there is a possibility that a document can move from one solr shard to another shard. While the document will eventually be deleted from its old shard, there will be some duration where multiple instances of this document will be present. Now, if a solr query executes on both these shards and this document is the top ranked document from both the shards, which document will be returned in solr result?