<?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: Reindex of single node in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212815#M165945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Previous issue tested with Alfresco 3.3 (daily snapshot) - database and reindexing works now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Apr 2010 05:15:07 GMT</pubDate>
    <dc:creator>louise</dc:creator>
    <dc:date>2010-04-02T05:15:07Z</dc:date>
    <item>
      <title>Reindex of single node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212810#M165940</link>
      <description>Hi,Sometimes on our production system index gets corrupted&amp;nbsp; and we can not find the node with Lucene though the node can be accessed via node browser. Do alfresco have some mechanism to index this single node? Is there any workaround there other than FULL Re-index?Thanks in advance.</description>
      <pubDate>Fri, 04 Dec 2009 14:06:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212810#M165940</guid>
      <dc:creator>ganeshkolhe</dc:creator>
      <dc:date>2009-12-04T14:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reindex of single node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212811#M165941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One easy way to get a single node to re-index is to just update it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, how do you know which nodes are affected.&amp;nbsp;&amp;nbsp; And why are your indexes getting corrupted in the first place?&amp;nbsp;&amp;nbsp; That's not normal behviour.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 01:11:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212811#M165941</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-12-08T01:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reindex of single node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212812#M165942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks mrogers for your quick answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have custom spaces stored under company Home and we have customized search using Ajax on titlebar. we have indexed the spaces on their name like Ganesh_Kolhe_12345 and we are doing lucene query on the type but even if the node is present, lucene returns null resultset. If you browse it through node browser and give noderef it is serchable but if you give lucene it is not searchable. So we have concluded that lucene index is corrupted that is why null resultset is there. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is our understanding wrong? if we can not find node using lucene even if it is present in repository is there any other way to get it in lucene search result? It happens several time on our prod server we have around 30,000 spaces and 3 million documents. Please suggest.&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>Tue, 08 Dec 2009 06:43:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212812#M165942</guid>
      <dc:creator>ganeshkolhe</dc:creator>
      <dc:date>2009-12-08T06:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reindex of single node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212813#M165943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi i have the same problem while creating nodes folders, it's not indexed in lucene, is there a solution, correction ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 13:16:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212813#M165943</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2010-02-18T13:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reindex of single node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212814#M165944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same issue here (Alfresco 3.2r2, MySQL DB, CentOS x64, Ext3, Java 1.6.0_18)… Lucene search result produces only a part of full list after FULL reindex. (no search result issues berfore FULL reindex)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've 17 Share sites created in "/Sites" space, with same folder structure - 3 sub-folders - in "documentLibrary".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Query results 17 nodes: PATH:"//st:sites/*" AND TYPE:"cm:folder"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Query results 16 nodes (instead of 17): PATH:"//st:sites//cm:documentLibrary"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Query results 28 nodes (instead of 17*3) : PATH:"//st:sites//cm:documentLibrary/*" AND TYPE:"cm:folder"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Node browser and Alfresco WEB interface show correct space structure with node.children mode.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 08:44:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212814#M165944</guid>
      <dc:creator>louise</dc:creator>
      <dc:date>2010-03-26T08:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reindex of single node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212815#M165945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Previous issue tested with Alfresco 3.3 (daily snapshot) - database and reindexing works now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2010 05:15:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reindex-of-single-node/m-p/212815#M165945</guid>
      <dc:creator>louise</dc:creator>
      <dc:date>2010-04-02T05:15:07Z</dc:date>
    </item>
  </channel>
</rss>

