<?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: Opening Alfresco document from Solr4 Search result in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312480#M265610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "DBID" returned by SOLR is the raw database ID. The "id" is just an internally generated document ID and not associated with any data of the node. What you might want is the "ID" field which should be the NodeRef - the last uid fragment of the NodeRef (along with a version identifier) is what you'd need to use the CMIS API. Alternatively, you can also select the actual property fields for store protocol, identifier and the node uuid, but the names for these are very clunky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2016 11:02:20 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2016-10-14T11:02:20Z</dc:date>
    <item>
      <title>Opening Alfresco document from Solr4 Search result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312479#M265609</link>
      <description>I'm using Alfresco 5.1 community Edition with Solr4 configured as Search Service and Transaction queries configured as Hybrid (Solr &amp;amp; DB)When I do a search in Solr GUI from the below URLSolr Query GUI: https://localhost:8443/solr4/#/alfresco/queryI get the search results in the below format with</description>
      <pubDate>Fri, 14 Oct 2016 08:24:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312479#M265609</guid>
      <dc:creator>lvramanan</dc:creator>
      <dc:date>2016-10-14T08:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Alfresco document from Solr4 Search result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312480#M265610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "DBID" returned by SOLR is the raw database ID. The "id" is just an internally generated document ID and not associated with any data of the node. What you might want is the "ID" field which should be the NodeRef - the last uid fragment of the NodeRef (along with a version identifier) is what you'd need to use the CMIS API. Alternatively, you can also select the actual property fields for store protocol, identifier and the node uuid, but the names for these are very clunky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 11:02:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312480#M265610</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-10-14T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Alfresco document from Solr4 Search result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312481#M265611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cross-posted at &lt;A href="http://stackoverflow.com/questions/40038343/opening-alfresco-document-from-solr4-search-result" title="http://stackoverflow.com/questions/40038343/opening-alfresco-document-from-solr4-search-result" rel="nofollow noopener noreferrer"&gt;Opening Alfresco document from Solr4 Search result - Stack Overflow&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 21:02:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312481#M265611</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-10-14T21:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Alfresco document from Solr4 Search result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312482#M265612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NodeService has a method to get NodeRef from DBID. That's what Alfresco does in SolrJSONResultSet.java.&lt;/P&gt;&lt;P&gt;NodeRef nodeRef = nodeService.getNodeRef(dbid);&lt;/P&gt;&lt;P&gt;You can do similar "post-processing" of the data returned from Solr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:07:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/opening-alfresco-document-from-solr4-search-result/m-p/312482#M265612</guid>
      <dc:creator>zhihailiu</dc:creator>
      <dc:date>2016-10-18T20:07:47Z</dc:date>
    </item>
  </channel>
</rss>

