Re: inconsistent result count when doing paging

2017-02-09 Thread cmti95035
Thanks Shawn! I will double check to make sure the uniqueKey are really unique across all shards. -- View this message in context: http://lucene.472066.n3.nabble.com/inconsistent-result-count-when-doing-paging-tp4319427p4319633.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: inconsistent result count when doing paging

2017-02-09 Thread Shawn Heisey
On 2/8/2017 9:35 PM, cmti95035 wrote: > I noticed in our production environment that the returned result count is > inconsistent when doing paging. > > For example, for a certain query, for the first page (start = 0, rows = 30), > the corresponding "numFound" is 3402; and then it returned 3378, 336

inconsistent result count when doing paging

2017-02-09 Thread cmti95035
tus The query was against multiple shards at a time. With limited tries I noticed that the return count is consistent if the number of shards are less than 5. Please help! Thanks, James -- View this message in context: http://lucene.472066.n3.nabble.com/inconsistent-result-count-when-doin