<?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 Error 'maxClauseCount is set to 10000' when i do s in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126708#M89124</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 have an alfresco with average 200 documents inside.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My search max results in my web-client-config-custom is 500.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i do search "***" on all repository i have this error :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Search failed due to system error: maxClauseCount is set to 10000&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Someone already see this error ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you an idea what happen ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 14:23:48 GMT</pubDate>
    <dc:creator>ribz33</dc:creator>
    <dc:date>2008-01-23T14:23:48Z</dc:date>
    <item>
      <title>Error 'maxClauseCount is set to 10000' when i do s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126708#M89124</link>
      <description>Hi,i have an alfresco with average 200 documents inside.My search max results in my web-client-config-custom is 500.When i do search "***" on all repository i have this error &lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;earch failed due to system error: maxClauseCount is set to 10000Someone already see this error ?Have you an idea what happe</description>
      <pubDate>Wed, 23 Jan 2008 14:23:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126708#M89124</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2008-01-23T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'maxClauseCount is set to 10000' when i do s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126709#M89125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This error occurs if the query has returned too many results for lucene to handle. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Searhcing for "***" will undoubtedly return pretty much the whole repository!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To change this value, it's referenced in core-services-context.xml via the 'lucene.query.maxClauses' property, which in turn can be found in repository.properties. You could therefore override this value in your custom repository.properties file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 11:26:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126709#M89125</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-01-29T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'maxClauseCount is set to 10000' when i do s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126710#M89126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its strange because i have less than 300 documents and i reach 10000 results on Lucene. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont understand how i can reach 10000 results with only 300 docs ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 12:17:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126710#M89126</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2008-01-29T12:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'maxClauseCount is set to 10000' when i do s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126711#M89127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The search is going to return everything in your repository, not just documents. That may be why you are getting a larger number of matches than you expect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 14:30:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126711#M89127</guid>
      <dc:creator>mikef</dc:creator>
      <dc:date>2008-01-29T14:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'maxClauseCount is set to 10000' when i do s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126712#M89128</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;The 10000 limit is the number of tokens that match the wildcard query not the number of docs found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:06:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126712#M89128</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2008-02-12T15:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error 'maxClauseCount is set to 10000' when i do s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126713#M89129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We migrated with about 2000 docs in the repository to alfresco 4.2.c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we use lucene indexing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the alfresco explorer, adding ressources in all workflow start tasks now is failing due to maxClauseCount limit - as above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Surprisingly we had to increase this value from 10.000 to 1000.0000 in order to continue…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder what happened.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might this relate to the fact, that our customer workflows have more than 100 workflow definitions since each server restart in the past unfortunately caused re-deployment of all workflows? May be this generated high number of tokens for the wildcard query which is generated on ressource update searches…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:58:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-maxclausecount-is-set-to-10000-when-i-do-s/m-p/126713#M89129</guid>
      <dc:creator>ragnaroek-hh</dc:creator>
      <dc:date>2013-08-27T15:58:14Z</dc:date>
    </item>
  </channel>
</rss>

