<?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: luceneSearch with max hits in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264556#M217686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;… as i looked in the file. I saw that i was allready set to 10000. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 11:49:56 GMT</pubDate>
    <dc:creator>dnicklas</dc:creator>
    <dc:date>2011-02-24T11:49:56Z</dc:date>
    <item>
      <title>luceneSearch with max hits</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264552#M217682</link>
      <description>Hi,Does any one played arround with the luceneSearch function and the max hits parameter?When I do:&amp;nbsp; var gens = search.luceneSearch("TYPE:\"{http://www.alfresco.org/model/content/1.0}person\'','',false,10000);&amp;nbsp; //public org.mozilla.javascript.Scriptable luceneSearch(java.lang.String search,&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Wed, 23 Feb 2011 16:27:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264552#M217682</guid>
      <dc:creator>dnicklas</dc:creator>
      <dc:date>2011-02-23T16:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: luceneSearch with max hits</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264553#M217683</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;This behaviour is because of below setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum number of clauses that are allowed in a lucene query &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lucene.query.maxClauses=10000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Increase this number to get more results. But take care of the performance of the system as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Patil&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cignex Technologies&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bangalore&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 18:06:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264553#M217683</guid>
      <dc:creator>patil</dc:creator>
      <dc:date>2011-02-23T18:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: luceneSearch with max hits</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264554#M217684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please help an newbee in which file the parameter must be changed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 10:44:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264554#M217684</guid>
      <dc:creator>dnicklas</dc:creator>
      <dc:date>2011-02-24T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: luceneSearch with max hits</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264555#M217685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;… found it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link to the documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Full-Text_Search_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Full-Text_Search_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and here another interesting thread about this problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=4&amp;amp;t=34639#p100384" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=4&amp;amp;t=34639#p100384&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 10:50:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264555#M217685</guid>
      <dc:creator>dnicklas</dc:creator>
      <dc:date>2011-02-24T10:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: luceneSearch with max hits</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264556#M217686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;… as i looked in the file. I saw that i was allready set to 10000. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:49:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucenesearch-with-max-hits/m-p/264556#M217686</guid>
      <dc:creator>dnicklas</dc:creator>
      <dc:date>2011-02-24T11:49:56Z</dc:date>
    </item>
  </channel>
</rss>

