On Mon, 2007-09-24 at 14:34 +0530, Roopesh P Raj wrote: > Hi, > > I am using solr setup in Tomcat 5.5 with python 2.4 using python client > solr.py. > > When I search, all the results are not returned. > > The method call for searching is as follows : rows specifies the number of > rows. > data = c.search(q='query', fl='id score unique_id Message-ID To From > Subject',rows=50, wt='python') > > I want to specify that I want all the rows. How can I do that ?
Hi Roopesh, I am not sure whether I understand your problem. Is it the limitation of rows/pagination? If so why not using a real high number (like rows=10000000000)? salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions