Re: Returning total matched document count with SolrJ
Thanks Michael. Quite helpful. On Thu, Jun 30, 2011 at 4:06 PM, Michael Ryan wrote: > SolrDocumentList docs = queryResponse.getResults(); > long totalMatches = docs.getNumFound(); > > -Michael >
RE: Returning total matched document count with SolrJ
SolrDocumentList docs = queryResponse.getResults(); long totalMatches = docs.getNumFound(); -Michael