<?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: Search, stores and their purposes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-stores-and-their-purposes/m-p/192381#M145511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have made some progress…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First, I believe that the Store to search in is workspace://lightWeightVersionStore. If I search for all objects (by query PATH:"/*") then I get the expected number of hits back. What I do not understand is what I am getting back &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I can see it is of type {&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/versionstore/1.0}versionHistory" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/versionstore/1.0}versionHistory&lt;/A&gt;&lt;SPAN&gt; and I get a bunch of properties for each node for example the node id of the versioned node in workspace://SpacesStore (VersionModel.PROP_QNAME_VERSIONED_NODE_ID).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I am able to get all the nodes in the lightWeightVersionStore and get a reference to the current version node. What I am still not able to do is search in the lightWeightVersionStore for old properties or in content without manually searching in the list of returned versionHistory objects. What I wonder is if only the properties in the versionstore model are being indexed for old versions which would make it impossible to search for properties or content in the old version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 15:15:15 GMT</pubDate>
    <dc:creator>calle</dc:creator>
    <dc:date>2008-10-08T15:15:15Z</dc:date>
    <item>
      <title>Search, stores and their purposes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-stores-and-their-purposes/m-p/192380#M145510</link>
      <description>HiI am implementing a service that searches in old versions of content.From what I have understood reading about the SearchService I should change the StoreRef being used in the SearchService.query(…) call. I use Alfresco 2.2 e. I have found several threads about this but none explains the problem f</description>
      <pubDate>Wed, 08 Oct 2008 13:47:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-stores-and-their-purposes/m-p/192380#M145510</guid>
      <dc:creator>calle</dc:creator>
      <dc:date>2008-10-08T13:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Search, stores and their purposes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-stores-and-their-purposes/m-p/192381#M145511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have made some progress…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First, I believe that the Store to search in is workspace://lightWeightVersionStore. If I search for all objects (by query PATH:"/*") then I get the expected number of hits back. What I do not understand is what I am getting back &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I can see it is of type {&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/versionstore/1.0}versionHistory" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/versionstore/1.0}versionHistory&lt;/A&gt;&lt;SPAN&gt; and I get a bunch of properties for each node for example the node id of the versioned node in workspace://SpacesStore (VersionModel.PROP_QNAME_VERSIONED_NODE_ID).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I am able to get all the nodes in the lightWeightVersionStore and get a reference to the current version node. What I am still not able to do is search in the lightWeightVersionStore for old properties or in content without manually searching in the list of returned versionHistory objects. What I wonder is if only the properties in the versionstore model are being indexed for old versions which would make it impossible to search for properties or content in the old version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 15:15:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-stores-and-their-purposes/m-p/192381#M145511</guid>
      <dc:creator>calle</dc:creator>
      <dc:date>2008-10-08T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search, stores and their purposes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-stores-and-their-purposes/m-p/192382#M145512</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 think you're right on all points. The lightweightVersionStore storage model is very specific. As each native property is mapped to a node in this store, a document in the workspace://SpacesStore will be mapped to several nodes here, and a composite Lucene search will not work because criteria would have to match on different nodes… Worse, the content is not indexed at all in the lightweightVersionStore !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Performing complex searches in this store will not be easy&amp;nbsp; :cry:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:37:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-stores-and-their-purposes/m-p/192382#M145512</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2008-10-13T09:37:52Z</dc:date>
    </item>
  </channel>
</rss>

