Default result rows

2008-06-18 Thread Mihails Agafonovs
Hi! Where can I define, how many rows must be returned in the result? Default is 10, and specifying other value each time through URL or advanced interface isn't comfortable. Ar cieņu, Mihails

Re: Default result rows

2008-06-18 Thread Shalin Shekhar Mangar
You can configure this in solrconfig.xml under the defaults section for StandardRequestHandler requestHandler name=standard class=solr.StandardRequestHandler default=true !-- default values for query parameters -- lst name=defaults str name=echoParamsexplicit/str int

Re: Default result rows

2008-06-18 Thread Mihails Agafonovs
Doesn't work :(. None of the parameters in the defaults section is being read. Solr still uses the predefined default parameters. P.S. In defaults section I should be able specify also what stylesheet to use, right? Quoting Shalin Shekhar Mangar : You can configure this in solrconfig.xml under

Re: Default result rows

2008-06-18 Thread Otis Gospodnetic
Use rows=NNN in the URL. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Mihails Agafonovs [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Wednesday, June 18, 2008 4:30:53 AM Subject: Default result rows Hi! Where can I