Re: Pagination issue

2016-12-02 Thread Halim Chaibi
Yes I am sure the uniqueKeyId are unique Here are exactly my two requests: http://SOLR_IP:8201/solr/Staging/select?q=*:*=100=800=id,position_id,job_id=position_posted_date_id%20desc http://SOLR_IP:8201/solr/Staging/select?q=*:*=100=900=id,position_id,job_id=position_posted_date_id%20desc I

Pagination issue

2016-12-01 Thread Halim Chaibi
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) 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=200)

Re: Pagination issue

2016-12-02 Thread Halim Chaibi
I think it's related to the sort clause: sort=position_posted_date_id, this is happening only when documents have the same position_posted_date_id, I am not sure what would be the default sort in this case, but depending on which shards is handling the request, I am getting same result but sorted