What steps will reproduce the problem?
1. res = s.select(keyword, fields='id,pubDate')
2. res = res.next_batch()
What is the expected output? What do you see instead?
1. solr => path=/select params={fl=id,pubDate,score ...
2. solr => path=/select params={fl=*,score ...
(2) missing field list param
What version of the product are you using? On what operating system?
solrpy-0.9.4, Windows
Please provide any additional information below.
Original issue reported on code.google.com by
otor...@gmail.comon 6 Apr 2011 at 9:44