Hello. I just started using solrJ recently and ran into a problem. I execute
the following line after creating a SolrQuery: SolrDocumentList solrResults
= engine.query(solrQuery).getResults();. solrResults.size() is always 10,
while solrResults.getNumFound() varies based on the query. My question is,
how do I get access to the entire result set? Why do I only get a list of
the first 10? Any help would be greatly appreciated.
-- 
View this message in context: 
http://www.nabble.com/Solr-J-problem-tp15910308p15910308.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to