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="echoParams">explicit</str>
       <int name="rows">30</int>
       <str name="fl">*</str>
       <str name="version">2.1</str>
     </lst>
  </requestHandler>

2008/6/18 Mihails Agafonovs <[EMAIL PROTECTED]>:

> 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




-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to