HI,

i am loading solr recrods for a particular query to application  cache.

Lets say total number of eligible records (numFound) are 501.

my solr queries would be

page 1 : q=*:*&start=0&rows=100
page 2 : q=*:*&start=100&rows=100
page 3 : q=*:*&start=200&rows=100
page 4 : q=*:*&start=300&rows=100
page 5 : q=*:*&start=400&rows=100
page 6 : q=*:*&start=500&rows=100

i see page 1 & 2 has common documents and similarly in other pages as well.
Is this correct behavior ? Please correct.


Thanks,
Anil

Reply via email to