Or make two requests... one with rows=0 to see how many documents
match without retrieving any, then another with that amount specified.
Erik
On May 9, 2008, at 8:54 AM, Francisco Sanmartin wrote:
Yeah, I understand the possible problems of changing this value.
It's just a very particular case and there won't be a lot of
documents to return. I guess I'll have to use a very high int
number, I just wanted to know if there was any "proper"
configuration for this situation.
Thanks for the answer!
Pako
Otis Gospodnetic wrote:
Will something a la rows=<max int here> work? ;) But are you sure
you want to do that? It could be sloooooow.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
----- Original Message ----
From: Francisco Sanmartin <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Thursday, May 8, 2008 4:18:46 PM
Subject: Unlimited number of return documents?
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...
solr 0 name="rows">*10*
I want solr to return all available documents by default.
Thanks!
Pako