hi all :)

maybe I'm just missing it, but I don't see a way to consistently (and easily) know the number of returned documents without a lot of acrobatics.

  numFound represents the entire number of matching documents

if numFound <= rows then numFound is the number of documents in the response

  if numFound > rows then rows is the number of documents in the response

  if echoParams=none is set I need to count docs myself

is there a reason for this complexity? a numDocs response field would seem much simpler.

--Geoff

Reply via email to