On 10/23/2013 1:14 PM, gohome190 wrote:
I have a Mongo database with about 50 entries inside. I use a mongo-solr connector. When I do a Solr *:* query, I only get about 10 or 13 responses. Even if I increase the max rows. I have updated my schema.xml accordingly. I have deleted my solr index, restarted solr, restarted the connector, everything. Any ideas?
What is the numFound value in the query response? If you go to the admin UI and select your core from the dropdown, what does it say for Num Docs and Max Doc?I'm assuming Solr 4.x here, 1.x and 3.x are very different.
Thanks, Shawn