<?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: alfresco 5 and lucene search in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303095#M256225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your clear and complete answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 16:37:29 GMT</pubDate>
    <dc:creator>vincent-kali</dc:creator>
    <dc:date>2015-03-20T16:37:29Z</dc:date>
    <item>
      <title>alfresco 5 and lucene search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303091#M256221</link>
      <description>Hi,I'm using alfresco 5.0.c.I want to perform searches using solr4 within a folder rules.What is best way to do that ?Should I use search.query with fts-alfresco language ?I see in documentation that luceneSearch is still available in js api.I though that lucene were replaced by solr4 in v5…Could so</description>
      <pubDate>Thu, 19 Mar 2015 15:37:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303091#M256221</guid>
      <dc:creator>vincent-kali</dc:creator>
      <dc:date>2015-03-19T15:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco 5 and lucene search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303092#M256222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you should always use either fts-alfresco or cmis-alfresco as search languages. Lucene should never be used. The languages fts-alfresco and cmis-alfresco both support the transactional metadata query feature Alfresco introduced in 4.2 to allow simple / well structured queries to be executed directly against the database to avoid the lag that is due to asynchronous indexing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But you can still use lucenseSearch if you want to. This only means that the query will use the lucene language - SOLR is also capable of executing lucene queries and as such it is still supported despite the removal of the Lucene index/search subsystem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:12:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303092#M256222</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-03-19T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco 5 and lucene search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303093#M256223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Two additional questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- when using fts/cmis search language in js/java, I expect to get the same results as searches performed using "advanced search" web page in share. Is it correct ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Is there a way to force (or avoid) transactional metadata queries when searching ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I understood that using TEXT predicate will avoid using transactional metadata queries). Is that right ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:20:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303093#M256223</guid>
      <dc:creator>vincent-kali</dc:creator>
      <dc:date>2015-03-20T10:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco 5 and lucene search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303094#M256224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;well, since Advanced Search does some additional processing besides what is visible in the UI (e.g. keyword template), the results may be a bit different but the search language is the same as fts-alfresco. cmis-alfresco is not used in the UI of Alfresco - it is mainly relevant for access from external applications / clients that use CMIS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can force / avoid transactional metadata queries based on the semantic elements you use in the search query - as you pointed out. But this may not guarantee that transactional metadata queries will be used / avoided in future versions of Alfresco when the scope of transactional metadata query support may change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way to reliably force / avoid transactional metadata queries is by using the Java API of the SearchService and setting the correct query consistency in the SearchParameters object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:05:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303094#M256224</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-03-20T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco 5 and lucene search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303095#M256225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your clear and complete answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:37:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-and-lucene-search/m-p/303095#M256225</guid>
      <dc:creator>vincent-kali</dc:creator>
      <dc:date>2015-03-20T16:37:29Z</dc:date>
    </item>
  </channel>
</rss>

