I have implemented Solr search in one of my .net application. Everything working fine except whenever I try to use the Solr's search functionalities, it's returning only 10 results, while I have more than 100 documents indexed. Can anyone please tell me how can I fixed this issue?
Some examples that demonstrate are:
http://117.55.242.204:8983/solr/select/?q=:&start=0&rows=10
returning 10 rows.
http://117.55.242.204:8983/solr/select/?q=.&start=20&rows=30
returning 0 rows but showing numFound
10.