<?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: Lucene -- return nodes that are multi-filed in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250330#M203460</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;You can have as many PATH expression in your lucene query as you like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have to check the spec to see if you can do this in CMIS QL ….(There is no limit in the underlying implementation and you could do it in CONTAINS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2012 11:30:55 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2012-11-20T11:30:55Z</dc:date>
    <item>
      <title>Lucene -- return nodes that are multi-filed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250327#M203457</link>
      <description>One of our&amp;nbsp; requirements is the ability to categorize our documents using several category views of the data. Ideally, the categorization would be dynamic and flexible to allow the sub-categories to be moved under different parents and new category trees to be created. We need to be able to respond</description>
      <pubDate>Thu, 15 Nov 2012 20:48:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250327#M203457</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2012-11-15T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene -- return nodes that are multi-filed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250328#M203458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well I do not think the same node can have more then one parents I mean one document can not reside under more&amp;nbsp; then on space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to create the another copy in that case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And also in Query you need to your "OR" rather then "AND" for joining two path queries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 09:02:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250328#M203458</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-11-16T09:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene -- return nodes that are multi-filed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250329#M203459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Well I do not think the same node can have more then one parents I mean one document can not reside under more then on space.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco does support having a node under two folders at the same time.&amp;nbsp; One of the relationships is considered the "primary", which is where the physical document is located.&amp;nbsp; The other relationship is essentially a pointer back to the physical document.&amp;nbsp; This approach was suggested to me by one of the Alfresco engineers for this particular case.&amp;nbsp; The part that is in question is whether two PATHs can be included in one Lucene statement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was originally going to handle this situation using a CMIS query, but then found out that subqueries are not supported.&amp;nbsp; Conceptually, that approach would have allowed me to find documents that were in the case folder that were also in the category tree. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not stuck on any particular approach to this problem, just looking for a solution that doesn't require the duplicating of documents or metadata from the case#123 folder down to the node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know a lot of the Alfresco team are traveling back from DevCon, but I was hoping that someone might see this – hint:&amp;nbsp; Andy&amp;nbsp; &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;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 13:54:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250329#M203459</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2012-11-16T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene -- return nodes that are multi-filed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250330#M203460</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;You can have as many PATH expression in your lucene query as you like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have to check the spec to see if you can do this in CMIS QL ….(There is no limit in the underlying implementation and you could do it in CONTAINS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 11:30:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-return-nodes-that-are-multi-filed/m-p/250330#M203460</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2012-11-20T11:30:55Z</dc:date>
    </item>
  </channel>
</rss>

