<?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: Another lucene 1000 problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218288#M171418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tried all that.&amp;nbsp; This is becoming a huge problem as I will soon need to update some properties in over 1000 files..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please Help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jan 2011 17:09:33 GMT</pubDate>
    <dc:creator>mangar</dc:creator>
    <dc:date>2011-01-04T17:09:33Z</dc:date>
    <item>
      <title>Another lucene 1000 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218285#M171415</link>
      <description>As we all know, 1000 is the default limit for returns from a lucene query. I am trying to get more. I have tried all the things suggested in these forums such as:lucene.query.maxClauses=10000## Properties to limit resources spent on individual searches## The maximum time spent pruning resultssystem.</description>
      <pubDate>Tue, 07 Sep 2010 14:00:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218285#M171415</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2010-09-07T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Another lucene 1000 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218286#M171416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*bump*&amp;nbsp; – Anyone?&amp;nbsp; Please Help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 15:54:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218286#M171416</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2010-10-11T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Another lucene 1000 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218287#M171417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any chance you have a web-client-config.xml file which limits the size of the result set, like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;search-max-results&amp;gt;1000&amp;lt;/search-max-results&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, can you try to override that setting programmatically?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SearchParameters sp = new SearchParameters();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sp.setLimitBy(LimitBy.UNLIMITED);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and maybe also…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sp.setLimit(-1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 11:21:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218287#M171417</guid>
      <dc:creator>frank_d</dc:creator>
      <dc:date>2010-11-09T11:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Another lucene 1000 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218288#M171418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tried all that.&amp;nbsp; This is becoming a huge problem as I will soon need to update some properties in over 1000 files..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please Help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 17:09:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218288#M171418</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2011-01-04T17:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Another lucene 1000 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218289#M171419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've observed the same problem, but if I search using this lucene query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;+(PATH:"/app:company_home/st:sites/cm:Secretaria/cm:Circulares/cm:salida//*")&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;it returns 6.046 nodes and, incredibly if i search using this, only returns 1000!!!:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;+(PATH:"/app:company_home/st:sites/cm:Secretaria/cm:Circulares/cm:salida//*") +(TYPE:"{&lt;A href="http://www.alfresco.org/model/content/1.0}content" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;")&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Only as a "characteristic" of this problem…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 19:45:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218289#M171419</guid>
      <dc:creator>moshquit</dc:creator>
      <dc:date>2011-01-11T19:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Another lucene 1000 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218290#M171420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have duplicated this "Feature"&amp;nbsp;&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that when "TYPE" is added to the lucene query, the 1000 limit applies.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a magic global variable that needs to be set for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 21:50:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/another-lucene-1000-problem/m-p/218290#M171420</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2011-02-01T21:50:36Z</dc:date>
    </item>
  </channel>
</rss>

