Hi List,<div><br></div><div>I have problem in my implementation result search!</div><div><br></div><div>I use OpenCms 7.5.4 and MySQL 5.0.</div><div><br></div><div><div>My normal consultation within the administration interface, return the correct amount of income (9650 objects).</div>
<div><br></div><div>However my implementation, 5000 is returning, I do not know if there is anylimitation in the OpenCms configuration for deployment (opencms-search.xml), but the administration behind the same index number of actual results.</div>
</div><div><br></div><div><div><%@page import="org.opencms.jsp.CmsJspActionElement"%></div><div><%@page import="org.opencms.search.CmsSearchParameters"%></div><div><%@page import="java.util.List"%></div>
<div><%@page import="org.opencms.search.CmsSearchResult"%></div><div><%</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>CmsJspActionElement cms = new CmsJspActionElement(pageContext, request, response);</div>
<div>%></div><div><jsp:useBean id="search" scope="request" class="org.opencms.search.CmsSearch"></div><div><br></div><div>    <jsp:setProperty name = "search" property="*"/></div>
<div>    <%</div><div>   <span class="Apple-tab-span" style="white-space:pre">   </span>search.setDisplayPages(1);</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>search.setSortOrder(CmsSearchParameters.SORT_DATE_LASTMODIFIED);</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>search.init(cms.getCmsObject());</div><div>    %></div><div></jsp:useBean></div><div><%</div><div>search.setMatchesPerPage(10);</div><div>search.setIndex("idxLaws");</div>
<div>search.setQuery( "laws");</div><div><br></div><div><br></div><div>List<CmsSearchResult> list = search.getSearchResult();</div><div>int totalRegistro = search.getSearchResultCount();</div><div>out.print(totalResult);</div>
<div>%></div><div><br></div><div>I need help!</div><div><br></div><div>Thank and kind regards,</div><div><br></div><div>Deiverson Silveira</div><div><br></div>-- <br><i><div><span style="font-style:normal"><i><div><span style="font-style:normal"><i><div style="display:inline !important">
<span style="font-style:normal"><i><a href="http://www.solutioncms.com" target="_blank">www.solutioncms.com</a></i></span></div></i></span></div><div><span style="font-style:normal"><i><span style="font-style:normal"><i><div>
<span style="font-style:normal"><i><div style="display:inline !important"><span style="font-style:normal"><i><span style="font-style:normal"><i><div style="display:inline !important"><i>The Brazilian </i><span style="font-style:normal"><i><div style="display:inline !important">
<span style="font-style:normal"><i><span style="font-style:normal"><i><div style="display:inline !important"><i>Official Provider OpenCms</i></div></i></span></i></span></div></i></span></div></i></span></i></span></div></i></span></div>
</i></span></i></span></div></i></span></div></i><br>
</div>