<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello, <br>
          there is a bug in the core opencms class:
      org.opencms.search.solr.CmsSolrIndex<br>
      <br>
          you can finde this code and delete or comment rows=ROWS_MAX or
      change the if clause conditions<br>
      <br>
       // Initialize rows, offset, end and the current page.<br>
                  int rows = query.getRows() != null ?
      query.getRows().intValue() : CmsSolrQuery.DEFAULT_ROWS.intValue();<br>
                  if (!ignoreMaxRows && (rows > ROWS_MAX)) {<br>
                      //rows = ROWS_MAX; <br>
                  }<br>
      <br>
      best regards<br>
      Carlos<br>
      <br>
      El 29/05/13 09:21, Jakub Ječmínek escribió:<br>
    </div>
    <blockquote
cite="mid:CABO=eT13zUgcaLK73DRhhzo9MfjZhmjrWhTdOs8QLTopgAJkyQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello,
        <div>we are using on our site v8.list for displaying all news
          for certain year. For this we are using collector byQuery. It
          works well but it seems to display only 50 results no matter
          what I set in the rows parameter. </div>
        <div>The complete parameter(query) looks like this:</div>
        <div>fq=type:v8pressreleases&fq=parent-folders:(/shared/.content/press-releases/
          OR
          %(request.siteroot)%(link1))&fq=collector.date_prop:[1136070001000
          TO 1167605999000]&sort=collector.priority_prop desc,
          collector.date_prop desc&rows=100|createPath=%(link1).html</div>
        <div><br>
        </div>
        <div>I don't know why the rows parameter is ignored. </div>
        <div>Has anybody experienced this issue? </div>
        <div>I'll be grateful for any advice.</div>
        <div>Thanks.<br clear="all">
          <div><br>
            Jakub Ječmínek<br>
            ------------------------------------------------<br>
            NELASOFT Technologies, s.r.o.<br>
            Mob: +420 604 575 772<br>
            E-mail: <a moz-do-not-send="true"
              href="mailto:jakub.jecminek@nelasoft.cz" target="_blank">jakub.jecminek@nelasoft.cz</a><br>
            Web: <a moz-do-not-send="true"
              href="http://www.nelasoft.cz" target="_blank">www.nelasoft.cz</a></div>
          <div dir="ltr"><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
    </blockquote>
    <br>
  </body>
</html>