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
Original issue reported on code.google.com by
christia...@gmail.com
on 9 Jul 2008 at 2:50