What is the value to set to "rows" in solrconfig.xml in order not to have any limitation about the number of returned documents? I've tried with "-1" and "0" but not luck...
<lst> <str name="q">solr</str> <str name="start">0</str> <str name="rows">*10*</str> </lst> I want solr to return all available documents by default. Thanks! Pako