mfares / solrpy

Automatically exported from code.google.com/p/solrpy
0 stars 0 forks source link

result.numMatches is result.numFound #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. follow the documentation in solrpy
2. see that results.numMatches does not exist

What is the expected output? What do you see instead?
I want to have the total number of matches/results. 

What version of the product are you using? On what operating system?
I am using SOLR 2.2, maybe an eaerlier version has numMatches instead?

Please provide any additional information below.
You should use results.numFound instead, at least for my SOLR version this
works. Either the documentation in the top of solr.py is wrong or sth changed.

Cheers,

Christian

Original issue reported on code.google.com by christia...@gmail.com on 9 Jul 2008 at 2:50

GoogleCodeExporter commented 8 years ago
Fixed in r7, thanks for reporting it!

Original comment by ds...@gefira.pl on 12 Sep 2008 at 6:56