<?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: Indexed residual properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271937#M225067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting, but if you look at the method &lt;/SPAN&gt;&lt;STRONG&gt;isIndexedOrStored (QName propertyQName)&lt;/STRONG&gt;&lt;SPAN&gt; of &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.solr.AlfrescoSolrDataModel&lt;/STRONG&gt;&lt;SPAN&gt; class, you can see comment &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;by default we would index a residual property (if they have a known prefix/uri ….)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to add a residual property with a known prefix, but it's still not working. I am continued to study the issue and came to the class &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.repo.solr.SOLRTrackingComponentImpl&lt;/STRONG&gt;&lt;SPAN&gt;, which has a method &lt;/SPAN&gt;&lt;STRONG&gt;protected Map &amp;lt;QName, Serializable&amp;gt; getProperties (Long nodeId)&lt;/STRONG&gt;&lt;SPAN&gt;, in which we will return the desired properties of our nodes. And there are the following comment… &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Residual properties are un-indexed -&amp;gt; break serlialisation&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Therefore before had the opportunity to index the residual field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Dec 2011 08:18:46 GMT</pubDate>
    <dc:creator>mrgrechkinn</dc:creator>
    <dc:date>2011-12-23T08:18:46Z</dc:date>
    <item>
      <title>Indexed residual properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271935#M225065</link>
      <description>Hello,How can I index a residual properties in Alfresco? Regards,Eugene</description>
      <pubDate>Wed, 21 Dec 2011 15:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271935#M225065</guid>
      <dc:creator>mrgrechkinn</dc:creator>
      <dc:date>2011-12-21T15:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed residual properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271936#M225066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How could that work?&amp;nbsp;&amp;nbsp; One of the property definitions is whether its indexed!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 16:34:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271936#M225066</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-12-21T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed residual properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271937#M225067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting, but if you look at the method &lt;/SPAN&gt;&lt;STRONG&gt;isIndexedOrStored (QName propertyQName)&lt;/STRONG&gt;&lt;SPAN&gt; of &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.solr.AlfrescoSolrDataModel&lt;/STRONG&gt;&lt;SPAN&gt; class, you can see comment &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;by default we would index a residual property (if they have a known prefix/uri ….)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to add a residual property with a known prefix, but it's still not working. I am continued to study the issue and came to the class &lt;/SPAN&gt;&lt;STRONG&gt;org.alfresco.repo.solr.SOLRTrackingComponentImpl&lt;/STRONG&gt;&lt;SPAN&gt;, which has a method &lt;/SPAN&gt;&lt;STRONG&gt;protected Map &amp;lt;QName, Serializable&amp;gt; getProperties (Long nodeId)&lt;/STRONG&gt;&lt;SPAN&gt;, in which we will return the desired properties of our nodes. And there are the following comment… &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Residual properties are un-indexed -&amp;gt; break serlialisation&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Therefore before had the opportunity to index the residual field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 08:18:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271937#M225067</guid>
      <dc:creator>mrgrechkinn</dc:creator>
      <dc:date>2011-12-23T08:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed residual properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271938#M225068</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;The lucene sub-system indexes residual properties as text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLR does not index residual properties - they are not sent from the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:27:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/indexed-residual-properties/m-p/271938#M225068</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-01-23T15:27:53Z</dc:date>
    </item>
  </channel>
</rss>

