<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Paging in NXQL in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316785#M3786</link>
    <description>&lt;P&gt;Also you may want to consider using &lt;CODE&gt;CoreSession.queryAndFetch&lt;/CODE&gt; for more efficient returning of lots of values if you're not directly interested in the &lt;CODE&gt;DocumentModel&lt;/CODE&gt; itself.&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2012 17:02:53 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2012-05-02T17:02:53Z</dc:date>
    <item>
      <title>Paging in NXQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316782#M3783</link>
      <description>&lt;P&gt;We have Nuxeo EP 5.5 deployed at one of our server. Our application that is deployed on another computer using Nuxeo webservices to search document against a search criteria. Now there may be 10,000 records against this search criteria because we are incorporating Nuxeo EP 5.5 with our enterprise application.&lt;/P&gt;
&lt;P&gt;As we are using nuxeo webservices to interact with Nuxeo so we'll have to slice this huge response as we are displaying the result at our front end (application) page by page (10 rows per page.)&lt;/P&gt;
&lt;P&gt;Nuxeo does provide:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;DocumentModelList docs = session.query("SELECT * FROM DOCUMENT WHERE dc:title = '"+aTitle+"'").subList(fromIndex, toIndex);&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;to break the result to chunks.&lt;/P&gt;
&lt;P&gt;I want to know does NXQL provide any paging support? I want to do this at query level to further speedup the response.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 08:40:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316782#M3783</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-05-02T08:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Paging in NXQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316783#M3784</link>
      <description>&lt;P&gt;some clause in NXQL?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 09:15:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316783#M3784</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-05-02T09:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Paging in NXQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316784#M3785</link>
      <description>&lt;P&gt;There are various different signatures for &lt;CODE&gt;CoreSession.query()&lt;/CODE&gt;, some of which like &lt;A href="http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/core/api/CoreSession.html#query%28java.lang.String,%20org.nuxeo.ecm.core.api.Filter,%20long,%20long,%20boolean%29"&gt;this&lt;/A&gt; take limit/offset values. Make sure that you &lt;CODE&gt;ORDER BY&lt;/CODE&gt; in your query to get consistent results, for instance &lt;CODE&gt;ORDER BY ecm:uuid&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 17:01:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316784#M3785</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2012-05-02T17:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Paging in NXQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316785#M3786</link>
      <description>&lt;P&gt;Also you may want to consider using &lt;CODE&gt;CoreSession.queryAndFetch&lt;/CODE&gt; for more efficient returning of lots of values if you're not directly interested in the &lt;CODE&gt;DocumentModel&lt;/CODE&gt; itself.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 17:02:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316785#M3786</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2012-05-02T17:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Paging in NXQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316786#M3787</link>
      <description>&lt;P&gt;Perfect! exactly what I wanted. Thanks Florent.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 17:39:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/paging-in-nxql/m-p/316786#M3787</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-05-02T17:39:15Z</dc:date>
    </item>
  </channel>
</rss>

