<?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: Incorrect and partial  total result by lucene query in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185865#M138995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Derek, as it is now, what is the fastest way to find the count of the number of nodes for a query? For example, the number of nodes in a particular category or parent category?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;dwilson,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way to efficiently find nodes in a category is by using a Lucene search, I'm afraid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2009 08:25:17 GMT</pubDate>
    <dc:creator>derek</dc:creator>
    <dc:date>2009-04-21T08:25:17Z</dc:date>
    <item>
      <title>Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185858#M138988</link>
      <description>Hi,We are running the following lucene query via actionquery = "PATH:\"/app:company_home/cm:Test/cm&lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;ocument//*\" AND @\\{http\\://www.alfresco.org/model/content/1.0\\}content.mimetype:application/pdf";So we would like to get the total number of pdf files under the "company_home/Test/Document" space</description>
      <pubDate>Fri, 27 Feb 2009 12:03:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185858#M138988</guid>
      <dc:creator>epaoletti</dc:creator>
      <dc:date>2009-02-27T12:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185859#M138989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Add to your &lt;/SPAN&gt;&lt;STRONG&gt;custom-repository.properties&lt;/STRONG&gt;&lt;SPAN&gt; (this comes from &lt;/SPAN&gt;&lt;STRONG&gt;repository.properties&lt;/STRONG&gt;&lt;SPAN&gt;) and increase as appropriate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;#&lt;BR /&gt;# Properties to limit resources spent on individual searches&lt;BR /&gt;#&lt;BR /&gt;# The maximum time spent pruning results&lt;BR /&gt;system.acl.maxPermissionCheckTimeMillis=10000&lt;BR /&gt;# The maximum number of results to perform permission checks against&lt;BR /&gt;system.acl.maxPermissionChecks=1000&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:25:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185859#M138989</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-02-27T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185860#M138990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, We already done it,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problems was that we increased the value but the time to wait for the query result was too long (about 60 seconds).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The time is too long for WEB interactive use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment, We have a total of 10.000/15.000 pdf documents to search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thinks it is not a critical number for Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What's happen if we 'll manage 100.000 documents ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you some suggestions in order to set the variables in the correct way&amp;nbsp; to manage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10.000/15.000 documents ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The machine is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CPU Intel dual core 2,66 GHZ &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Memory 2GB RAM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum time spent pruning results&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionCheckTimeMillis=??????&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum number of results to perform permission checks against&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionChecks=????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your Help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 13:45:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185860#M138990</guid>
      <dc:creator>epaoletti</dc:creator>
      <dc:date>2009-02-27T13:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185861#M138991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;15000 results for a user-driven query would be too much anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have code that does the search, then you can set the search parameters:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.service.cmr.search.SearchParameters&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;and set the &lt;/SPAN&gt;&lt;STRONG&gt;limit&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;limitBy&lt;/STRONG&gt;&lt;SPAN&gt; properties on a per-query basis.&amp;nbsp; You can also bypass security checks in your code by running as the system user or using the &lt;/SPAN&gt;&lt;STRONG&gt;searchService&lt;/STRONG&gt;&lt;SPAN&gt; instead of the &lt;/SPAN&gt;&lt;STRONG&gt;SearchService&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leave the default for user-driven searches as it is to prevent users from overloading the system with queries for thousands of documents.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 15:58:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185861#M138991</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-02-27T15:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185862#M138992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your fast answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the full-text search philosophy is more clear to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, I can never know the total number of contents(documents) in alfresco that correspond to a query criteria.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it Correct ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This could be a problem for the end-user. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you some suggestions in order to provide end-user with it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco could be a good framework in order to develop vertical application but often you must know&amp;nbsp; before &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hown many objects you must manage (for instace to show it on the web interface).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there some alfresco internal counter variables containing the total number of contents(documents) in one "Space" ?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 10:10:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185862#M138992</guid>
      <dc:creator>epaoletti</dc:creator>
      <dc:date>2009-03-02T10:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185863#M138993</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;SPAN&gt;We don't currently have space-related quotas built into the system.&amp;nbsp; We're laying some groundwork in 3.2 that will make these types of calculations more efficient.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 11:40:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185863#M138993</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-03-02T11:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185864#M138994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;We don't currently have space-related quotas built into the system.&amp;nbsp; We're laying some groundwork in 3.2 that will make these types of calculations more efficient.&lt;BR /&gt;Regards&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Derek, as it is now, what is the fastest way to find the count of the number of nodes for a query?&amp;nbsp; For example, the number of nodes in a particular category or parent category?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do this, in say a webscript, without Lucene?&amp;nbsp;&amp;nbsp; (The total number might be larger than maxPermissionChecks)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see in this post they talk of storing totals in another node, updated daily by workflow- which seems pretty kludgy.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=4&amp;amp;t=3677&amp;amp;p=11875&amp;amp;hilit=total+count#p11875" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=4&amp;amp;t=3677&amp;amp;p=11875&amp;amp;hilit=total+count#p11875&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 23:27:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185864#M138994</guid>
      <dc:creator>dwilson</dc:creator>
      <dc:date>2009-04-20T23:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185865#M138995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Derek, as it is now, what is the fastest way to find the count of the number of nodes for a query? For example, the number of nodes in a particular category or parent category?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;dwilson,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way to efficiently find nodes in a category is by using a Lucene search, I'm afraid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 08:25:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185865#M138995</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-04-21T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185866#M138996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Derek, as it is now, what is the fastest way to find the count of the number of nodes for a query? For example, the number of nodes in a particular category or parent category?&lt;/BLOCKQUOTE&gt;dwilson,&lt;BR /&gt;The only way to efficiently find nodes in a category is by using a Lucene search, I'm afraid.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That is unfortunate, so in order to display this kind of information on our website, the only option without taking forever is to cache the totals?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#0000FF;"&gt;Pet Category Links:&amp;nbsp; (Totals)&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;Dogs&lt;/SPAN&gt; (8,123)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;Cats&lt;/SPAN&gt; (12,328)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;Birds&lt;/SPAN&gt; (7,230)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;Rabbits&lt;/SPAN&gt; (418)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;Hamsters&lt;/SPAN&gt; (3,132)&lt;/LI&gt;&lt;LI&gt;… etc.&lt;/LI&gt;&lt;/UL&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 17:59:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185866#M138996</guid>
      <dc:creator>dwilson</dc:creator>
      <dc:date>2009-04-21T17:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185867#M138997</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;&amp;gt; You can also bypass security checks in your code by running as the system …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's possible using web services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 08:58:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185867#M138997</guid>
      <dc:creator>vta</dc:creator>
      <dc:date>2009-10-28T08:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185868#M138998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can also bypass security checks in your code by running as the system user or using the &lt;STRONG&gt;searchService&lt;/STRONG&gt; instead of the &lt;STRONG&gt;SearchService&lt;/STRONG&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;could you please elaborate on how i can run a query that bypasses security checks?&amp;nbsp; I'm writing an API into the repository that can be used by other systems to query for large batches of content nodes.&amp;nbsp; I don't want there to be any limits on the number of records that could be returned, as the use cases specifically require the possibility of returning all nodes in the repository.&amp;nbsp; Also, is there any way to know (programmatically) that a query has been cut short and has not returned all possible matching nodes due to some limit or timeout?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 05:17:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185868#M138998</guid>
      <dc:creator>tcld0</dc:creator>
      <dc:date>2009-12-01T05:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect and partial  total result by lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185869#M138999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi epaoletti,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using the SearchService in Java, there is a way to detect that a limit (maxPermissionCheckTimeMillis or maxPermissionChecks) was reached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We use this to display a warning for the current user. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example code :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ResultSet results = this.getSearchService().query(sp);&lt;BR /&gt;if (LimitBy.NUMBER_OF_PERMISSION_EVALUATIONS == results.getResultSetMetaData().getLimitedBy()) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; searchLimitReached = true;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Utils.addErrorMessage(Application.getMessage(FacesContext.getCurrentInstance(), "warning_search_limit_reached"));&lt;BR /&gt;} else {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; searchLimitReached = false; &lt;BR /&gt;}&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 19:43:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incorrect-and-partial-total-result-by-lucene-query/m-p/185869#M138999</guid>
      <dc:creator>dgenard</dc:creator>
      <dc:date>2009-12-01T19:43:03Z</dc:date>
    </item>
  </channel>
</rss>

