Hi, We are using solr cloud 4.10.4, with 4 shards, one replica for each shard. The id field definition is a unique composite key id (key_id!document_id) <field name="id" type="string" indexed="true" stored="true" required="true" />
We are having an issue with the pagination: Some documents found with a request, let's says, of 100 documents starting from 200(rows=100&start=200) Are still found with the same request with rows=100&start=300. The only difference with the same document found with the two request is in the timestamp, it's very slight difference a few ms. Please, can you help us to figure out what is happening ? thank you -- View this message in context: http://lucene.472066.n3.nabble.com/Pagination-issue-tp4308226.html Sent from the Solr - User mailing list archive at Nabble.com.