<?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: Search Services 1.4.0 Release in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86064#M26076</link>
    <description>&lt;P&gt;just tried it, unfortunately its not working either&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 09:08:00 GMT</pubDate>
    <dc:creator>hfh</dc:creator>
    <dc:date>2019-10-22T09:08:00Z</dc:date>
    <item>
      <title>Search Services 1.4.0 Release</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86059#M26071</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Alfresco Search Services 1.4.0&lt;/STRONG&gt; has been released.&lt;/P&gt;
&lt;P&gt;The ZIP Distribution file can be downloaded from &lt;A href="https://download.alfresco.com/cloudfront/release/community/SearchServices/1.4.0/alfresco-search-services-1.4.0.zip" target="_blank" rel="noopener nofollow noreferrer"&gt;Downloads&lt;/A&gt; or it can be found in Nexus Alfresco Maven Repository:&lt;/P&gt;
&lt;P&gt;&lt;A title="https://nexus.alfresco.com/nexus/service/local/repo_groups/public/content/org/alfresco/alfresco-search-services/1.4.0/alfresco-search-services-1.4.0.zip" href="https://nexus.alfresco.com/nexus/service/local/repo_groups/public/content/org/alfresco/alfresco-search-services/1.4.0/alfresco-search-services-1.4.0.zip" target="_blank" rel="noopener nofollow noreferrer"&gt;https://nexus.alfresco.com/nexus/service/local/repo_groups/public/content/org/alfresco/alfresco-search-services/1.4.0/alfresco-search-services-1.4.0.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are using Docker, you can get the new Image by typing:&lt;/P&gt;

&lt;PRE&gt;docker pull alfresco/alfresco-search-services:1.4.0&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Alfresco Insight Engine&lt;/STRONG&gt; 1.4.0 has been also released. Note that previous release for Insight Engine was 1.1.x, so we have changed the naming to follow the same schema used in Search Services. &lt;EM&gt;Insight Engine&lt;/EM&gt; and &lt;EM&gt;Insight Engine Zeppelin&lt;/EM&gt; artifacts can be downloaded from &lt;A title="Alfresco Nexus Repository" href="https://nexus.alfresco.com/nexus/#welcome" target="_blank" rel="noopener nofollow noreferrer"&gt;Nexus&lt;/A&gt; and &lt;A title="Quay.io" href="https://quay.io/repository/alfresco/insight-engine?tab=tags" target="_blank" rel="noopener nofollow noreferrer"&gt;Quay.io&lt;/A&gt; using Enterprise credentials.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;New Features&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Query Improvements
&lt;UL&gt;
&lt;LI&gt;Generic queries (like &lt;FONT face="andale mono,times"&gt;"query":"dog*"&lt;/FONT&gt;) now search in following fields: &lt;FONT face="andale mono,times"&gt;cm:name&lt;/FONT&gt;, &lt;FONT face="andale mono,times"&gt;cm:title&lt;/FONT&gt;, &lt;FONT face="andale mono,times"&gt;cm:description&lt;/FONT&gt;, &lt;FONT face="andale mono,times"&gt;cm:content&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Path queries cascading fix when changing &lt;EM&gt;parent&lt;/EM&gt; "folder" name (like &lt;FONT face="andale mono,times"&gt;"/app:company_home/st:sites/cm:cas/cm:documentLibrary/cm:folder/*"&lt;/FONT&gt;)&lt;/LI&gt;
&lt;LI&gt;Enhanced star fied selection for JDBC (like &lt;FONT face="andale mono,times"&gt;select * from alfresco&lt;/FONT&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.alfresco.com/community/ecm/blog/2019/07/09/alfresco-61-is-coming-with-mutual-tls-authentication-by-default" target="_blank" rel="noopener nofollow noreferrer"&gt;Security&lt;/A&gt;
&lt;UL&gt;
&lt;LI&gt;ACS and Search Services are now preconfigured with Mutual TLS Authentication&lt;/LI&gt;
&lt;LI&gt;New environment variable &lt;FONT face="andale mono,times"&gt;ALFRESCO_SECURE_COMMS&lt;/FONT&gt; has been added to Docker Image configuration&lt;/LI&gt;
&lt;LI&gt;New tool to generate &lt;EM&gt;truststores&lt;/EM&gt; and &lt;EM&gt;keystores&lt;/EM&gt; available at &lt;A href="https://github.com/Alfresco/alfresco-ssl-generator" target="_blank" rel="noopener nofollow noreferrer"&gt;Alfresco SSL Generator&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Sharding (only available in Enterprise)&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;EXPLICIT_ID shard method accepts numeric properties (additionally to text properties) and includes some validations on the repository part to check that the configuration is valid&lt;/LI&gt;
&lt;LI&gt;Alfresco Web Console for Sharding includes additional configuration for Shard Instances: Shard Method, Shard Properties and Mode (MASTER / SLAVE)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.alfresco.com/community/ecm/blog/2019/06/21/search-codebase-restructure" target="_blank" rel="noopener nofollow noreferrer"&gt;Codebase Restructure&lt;/A&gt;
&lt;UL&gt;
&lt;LI&gt;Search Services 1.4.0&lt;/LI&gt;
&lt;LI&gt;Insight Engine 1.4.0&lt;/LI&gt;
&lt;LI&gt;Insight JDBC 1.4.0&lt;/LI&gt;
&lt;LI&gt;Insight Zeppelin 1.4.0&lt;/LI&gt;
&lt;LI&gt;ODBC and JDBC Drivers (from &lt;A href="https://www.cdata.com/drivers/alfresco/odbc/" target="_blank" rel="noopener nofollow noreferrer"&gt;CDATA&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Yeoman based Generators for testing and evaluating
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/Alfresco/SearchServices/tree/master/e2e-test/generator-alfresco-docker-compose" target="_blank" rel="noopener nofollow noreferrer"&gt;Alfresco Docker Compose&lt;/A&gt; for internal testing&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;ACS 6.1 &amp;amp; 6.2 (EA)&lt;/LI&gt;
&lt;LI&gt;AGS 3.1&lt;/LI&gt;
&lt;LI&gt;Community and Enterprise&lt;/LI&gt;
&lt;LI&gt;Custom models deployment&lt;/LI&gt;
&lt;LI&gt;HTTP and mTLS&lt;/LI&gt;
&lt;LI&gt;SOLR Replication&lt;/LI&gt;
&lt;LI&gt;SOLR Sharding: DB_ID, DB_ID_RANGE, ACL_ID, DATE, PROPERTY, LRIS, EXPLICIT_ID&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.npmjs.com/package/generator-alfresco-docker-installer" target="_blank" rel="noopener nofollow noreferrer"&gt;Alfresco Docker Installer&lt;/A&gt; for Community evaluation
&lt;UL&gt;
&lt;LI&gt;ACS 6.1 &amp;amp; 6.2 (EA)&lt;/LI&gt;
&lt;LI&gt;Community&lt;/LI&gt;
&lt;LI&gt;HTTP and HTTPs (not mTLS)&lt;/LI&gt;
&lt;LI&gt;Persistent volumes&lt;/LI&gt;
&lt;LI&gt;Addons deployment&lt;/LI&gt;
&lt;LI&gt;SMTP, LDAP and OCR support&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Third Party Product Versions&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Solr 6.6.5 (as for previous SS/IE)&lt;/LI&gt;
&lt;LI&gt;Zeppelin upgrade to 0.8.1 for Java 11 compatibility&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Compatibility&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Search Services 1.4.0 works with ACS 6.0, 6.1, 6.2*&lt;/P&gt;
&lt;P&gt;Insight Engine 1.4.0 works with ACS 6.0, 6.1, 6.2* and AGS 3.0.2, 3.1.1*, 3.2*&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Details&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;MNT-18693: fts-alfresco search returns files where cm:creator (d:text) isn't exact matches when username ended with numeric character&lt;/LI&gt;
&lt;LI&gt;MNT-19456: After renaming a parent folder, children are not found using PATH query&lt;/LI&gt;
&lt;LI&gt;MNT-20449: Full-text fingerprint does not work after document updated or aspect added / removed&lt;/LI&gt;
&lt;LI&gt;MNT-20179: Inconsistent acl changeset value appearing on the admin summary page&lt;/LI&gt;
&lt;LI&gt;SEARCH-1359: Range queries are broken for non tokenized fields&lt;/LI&gt;
&lt;LI&gt;SEARCH-1445: Search with the filename (exact or with wild cards) returns no results&lt;/LI&gt;
&lt;LI&gt;SEARCH-1490: Cascading updates do not work in a sharded environment&lt;/LI&gt;
&lt;LI&gt;SEARCH-1519: Rename causes content to be available on multiple shards&lt;/LI&gt;
&lt;LI&gt;SEARCH-1744: shard.method is case sensitive&lt;/LI&gt;
&lt;LI&gt;SEARCH-1746: Int, Long property types are not supported for Explicit ID Sharding although shard instances are numeric&lt;/LI&gt;
&lt;LI&gt;SEARCH-1716: Search services 1.4 returns system user content unlike prior versions&lt;/LI&gt;
&lt;LI&gt;SEARCH-1748: Duplicate jars on classpath&lt;/LI&gt;
&lt;LI&gt;SEARCH-1750: Content count in the replica does not match the original node&lt;/LI&gt;
&lt;LI&gt;SEARCH-1798: Content not indexed when a non active property is used as shard.key for Explicit ID sharding&lt;/LI&gt;
&lt;LI&gt;SEARCH-1799: Content not indexed after activating the model, until Solr node is restarted&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 20 Sep 2019 14:39:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86059#M26071</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-09-20T14:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search Services 1.4.0 Release</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86060#M26072</link>
      <description>&lt;P&gt;Hi Im currently using the 1.3.0-RC2 Image.&lt;/P&gt;&lt;P&gt;After upgrading to the new version with docker and running docker-compose up -d, i got the following message:&lt;BR /&gt;&lt;BR /&gt;Error CREATEing SolrCore 'alfresco': Unable to create core [alfresco] Caused by: /opt/alfresco-search-services/data/alfresco/index/write.lock&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Do I need a full reindex if i want to upgrade?&lt;BR /&gt;Im using Volumes in Docker to persist the data.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 07:41:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86060#M26072</guid>
      <dc:creator>hfh</dc:creator>
      <dc:date>2019-10-22T07:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search Services 1.4.0 Release</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86061#M26073</link>
      <description>&lt;P&gt;It looks like a permission problem with the folder for the SOLR volumes.&lt;/P&gt;
&lt;P&gt;Can you try to use 1.3.0-RC2 with your Docker Compose template to be sure that this is the problem?&lt;/P&gt;
&lt;P&gt;Note that SOLR Docker Image is executed by a user &lt;STRONG&gt;solr&lt;/STRONG&gt;, that might be UID 1000 in your local host. So you need to grant permissions for this user in your local host when mounting the volume.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 08:01:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86061#M26073</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-10-22T08:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search Services 1.4.0 Release</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86062#M26074</link>
      <description>&lt;P&gt;Sorry i forgot to write that reverting to 1.3.0-RC2 fixes the problem.&lt;/P&gt;&lt;P&gt;Ive been using the same user for creating the volumes as well as for running the other docker commands like pull or docker-compose up -d --build&lt;BR /&gt;&lt;BR /&gt;I've read in one of your templates the solr permissions need some tweaks, but it worked for me out of the box with 1.3.0-RC2.&lt;/P&gt;&lt;P&gt;I even deleted the the write.lock myself from the persisted data, but the error was thrown anyway.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 08:20:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86062#M26074</guid>
      <dc:creator>hfh</dc:creator>
      <dc:date>2019-10-22T08:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Search Services 1.4.0 Release</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86063#M26075</link>
      <description>&lt;P&gt;Did you try to optimize the SOLR core before upgrading? Hopefully this will fix the locking issue.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 08:52:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86063#M26075</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-10-22T08:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Search Services 1.4.0 Release</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86064#M26076</link>
      <description>&lt;P&gt;just tried it, unfortunately its not working either&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 09:08:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/search-services-1-4-0-release/m-p/86064#M26076</guid>
      <dc:creator>hfh</dc:creator>
      <dc:date>2019-10-22T09:08:00Z</dc:date>
    </item>
  </channel>
</rss>

