<?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: CMIS query using IN_TREE and multi-value property in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69359#M22900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That might explain it. I added a new doc type using the model manager.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It it seems unfortunate that you can change the model interactively in model manager but still need to clear down Solr manually under the covers and rebuild the index.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a simple way of doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Apr 2019 09:50:16 GMT</pubDate>
    <dc:creator>andrewlove</dc:creator>
    <dc:date>2019-04-05T09:50:16Z</dc:date>
    <item>
      <title>CMIS query using IN_TREE and multi-value property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69355#M22896</link>
      <description>I am trying to query an Alfresco 5.2 repo using cmis-strict in the node browser.I have 5 documents in a folder tree.2 of those 5 documents have a multi-value property accountreference = 1927615 and a single value property crmindex =&amp;nbsp;X1943G;.ULExample 1SELECT * FROM figaro:basetype WHERE  IN_TREE('06</description>
      <pubDate>Thu, 04 Apr 2019 12:24:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69355#M22896</guid>
      <dc:creator>andrewlove</dc:creator>
      <dc:date>2019-04-04T12:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS query using IN_TREE and multi-value property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69356#M22897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried a similar approach with Alfresco 6.1 and Search Services 1.3.0.1 and it works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="line-numbers language-sql"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="keyword token"&gt;FROM&lt;/SPAN&gt; figaro:basetype &lt;BR /&gt;&lt;SPAN class="keyword token"&gt;WHERE&lt;/SPAN&gt; IN_TREE&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'e416ed7a-bb59-4805-ac86-aa6cbdcc4c9e'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; &lt;BR /&gt;      &lt;SPAN class="string token"&gt;'1927615'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;ANY&lt;/SPAN&gt; figaro:accountreference‍‍‍&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upgrading is an option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 08:23:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69356#M22897</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-04-05T08:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS query using IN_TREE and multi-value property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69357#M22898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve just rebuilt the entire Solr index and cleared out the Solr models.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query now&amp;nbsp;works as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m not sure what went wrong there. It’s a bit worrying.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 08:31:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69357#M22898</guid>
      <dc:creator>andrewlove</dc:creator>
      <dc:date>2019-04-05T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS query using IN_TREE and multi-value property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69358#M22899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re-indexing is required when introducing changes in the model. If your model is stable, no re-indexing should be required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 08:36:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69358#M22899</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-04-05T08:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS query using IN_TREE and multi-value property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69359#M22900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That might explain it. I added a new doc type using the model manager.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It it seems unfortunate that you can change the model interactively in model manager but still need to clear down Solr manually under the covers and rebuild the index.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a simple way of doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 09:50:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69359#M22900</guid>
      <dc:creator>andrewlove</dc:creator>
      <dc:date>2019-04-05T09:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS query using IN_TREE and multi-value property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69360#M22901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the model, and the changes are updated in SOLR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you are working with a new Model and make some tests, this documents will be indexed with existing properties.&lt;/P&gt;&lt;P&gt;When you modify the model and (for instance) you add a new property, new documents will be indexed with this new property, but old documents are not being indexed with the new one. You can re-index them manually or perform a full re-indexation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PROD environments, playing live with the Model is not the recommended approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 10:15:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69360#M22901</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-04-05T10:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS query using IN_TREE and multi-value property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69361#M22902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for the clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 10:26:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cmis-query-using-in-tree-and-multi-value-property/m-p/69361#M22902</guid>
      <dc:creator>andrewlove</dc:creator>
      <dc:date>2019-04-05T10:26:25Z</dc:date>
    </item>
  </channel>
</rss>

