<?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 Not able to search in community edition in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-search-in-community-edition/m-p/35729#M15078</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have install the Community edition 6.2. Followed all the steps (using manual installation). My application is running (share url) but when I am trying to search any content, in share, i am not getting any results. Also when I am trying to start the search services in Solr using&amp;nbsp;&lt;FONT&gt;solr start -a "-Djavax.net.ssl.keyStoreType=JCEKS -Djavax.net.ssl.trustStoreType=JCEKS -Dsolr.ssl.checkPeerName=false -Dcreate.alfresco.defaults=alfresco,archive", I am getting below error.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;INFO&amp;nbsp; - 2020-03-13 17:04:05.078; org.apache.http.impl.client.DefaultRequestDirector; I/O exception (java.net.SocketException) caught when connecting to {s}-&amp;gt;https://localhost:8983: java.security.NoSuchAlgorithm&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;Exception: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext).&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I am attaching the below files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Sol.in.cmd&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;@REM&lt;BR /&gt;@REM&amp;nbsp; Licensed to the Apache Software Foundation (ASF) under one or more&lt;BR /&gt;@REM&amp;nbsp; contributor license agreements.&amp;nbsp; See the NOTICE file distributed with&lt;BR /&gt;@REM&amp;nbsp; this work for additional information regarding copyright ownership.&lt;BR /&gt;@REM&amp;nbsp; The ASF licenses this file to You under the Apache License, Version 2.0&lt;BR /&gt;@REM&amp;nbsp; (the "License"); you may not use this file except in compliance with&lt;BR /&gt;@REM&amp;nbsp; the License.&amp;nbsp; You may obtain a copy of the License at&lt;BR /&gt;@REM&lt;BR /&gt;@REM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;BR /&gt;@REM&lt;BR /&gt;@REM&amp;nbsp; Unless required by applicable law or agreed to in writing, software&lt;BR /&gt;@REM&amp;nbsp; distributed under the License is distributed on an "AS IS" BASIS,&lt;BR /&gt;@REM&amp;nbsp; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;BR /&gt;@REM&amp;nbsp; See the License for the specific language governing permissions and&lt;BR /&gt;@REM&amp;nbsp; limitations under the License.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;@echo off&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings here will override settings in existing env vars or in bin/solr.&amp;nbsp; The default shipped state&lt;BR /&gt;REM of this file is completely commented.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the script will use JAVA_HOME to determine which java&lt;BR /&gt;REM to use, but you can set a specific path for Solr to use without&lt;BR /&gt;REM affecting other Java applications on your server/workstation.&lt;BR /&gt;REM set SOLR_JAVA_HOME=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Increase Java Min/Max Heap as needed to support your indexing / query needs&lt;BR /&gt;set SOLR_JAVA_MEM=-Xms1g -Xmx1g&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;set SOLR_SSL_KEY_STORE=C:\MyWorkSpace\SGS_Project_Data\Alfresco\alfresco-content-services-community-distribution-6.2.0-ga\alfresco-content-services-community-distribution-6.2.0-ga\alf_data\keystore\ssl.repo.client.keystore&lt;BR /&gt;set SOLR_SSL_KEY_STORE_PASSWORD=keystore&lt;BR /&gt;set SOLR_SSL_TRUST_STORE=C:\MyWorkSpace\SGS_Project_Data\Alfresco\alfresco-content-services-community-distribution-6.2.0-ga\alfresco-content-services-community-distribution-6.2.0-ga\alf_data\keystore\ssl.repo.client.truststore&lt;BR /&gt;set SOLR_SSL_TRUST_STORE_PASSWORD=truststore&lt;BR /&gt;set SOLR_SSL_NEED_CLIENT_AUTH=false&lt;BR /&gt;set SOLR_SSL_WANT_CLIENT_AUTH=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Configure verbose GC logging&lt;BR /&gt;REM set "GC_LOG_OPTS= ":&lt;BR /&gt;REM For Java 8: if this is set, additional params will be added to specify the log file &amp;amp; rotation&lt;BR /&gt;REM For Java 9 or higher: GC_LOG_OPTS is currently not supported. If you set it, the startup script will exit with failure.&lt;BR /&gt;REM set GC_LOG_OPTS=-verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Various GC settings have shown to work well for a number of common Solr workloads.&lt;BR /&gt;REM See solr.cmd GC_TUNE for the default list.&lt;BR /&gt;REM set GC_TUNE=-XX:NewRatio=3 -XX&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;urvivorRatio=4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the ZooKeeper connection string if using an external ZooKeeper ensemble&lt;BR /&gt;REM e.g. host1:2181,host2:2181/chroot&lt;BR /&gt;REM Leave empty if not using SolrCloud&lt;BR /&gt;REM set ZK_HOST=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the ZooKeeper client timeout (for SolrCloud mode)&lt;BR /&gt;REM set ZK_CLIENT_TIMEOUT=15000&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the start script uses "localhost"; override the hostname here&lt;BR /&gt;REM for production SolrCloud environments to control the hostname exposed to cluster state&lt;BR /&gt;REM set SOLR_HOST=192.168.1.1&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the start script uses UTC; override the timezone if needed&lt;BR /&gt;REM set SOLR_TIMEZONE=UTC&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set to true to activate the JMX RMI connector to allow remote JMX client applications&lt;BR /&gt;REM to monitor the JVM hosting Solr; set to "false" to disable that behavior&lt;BR /&gt;REM (false is recommended in production environments)&lt;BR /&gt;REM set ENABLE_REMOTE_JMX_OPTS=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM The script will use SOLR_PORT+10000 for the RMI_PORT or you can set it here&lt;BR /&gt;REM set RMI_PORT=18983&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here&lt;BR /&gt;set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 -Ddisable.configEdit=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Anything you add to the SOLR_OPTS variable will be included in the java&lt;BR /&gt;REM start command line as-is, in ADDITION to other options. If you specify the&lt;BR /&gt;REM -a option on start script, those options will be appended as well. Examples:&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.autoSoftCommit.maxTime=3000&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.autoCommit.maxTime=60000&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.clustering.enabled=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Path to a directory for Solr to store cores and their data. By default, Solr will use server\solr&lt;BR /&gt;REM If solr.xml is not stored in ZooKeeper, this directory needs to contain solr.xml&lt;BR /&gt;REM set SOLR_HOME=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Changes the logging level. Valid values: ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF. Default is INFO&lt;BR /&gt;REM This is an alternative to changing the rootLogger in log4j.properties&lt;BR /&gt;REM set SOLR_LOG_LEVEL=INFO&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Location where Solr should write logs to. Absolute or relative to solr start dir&lt;BR /&gt;set SOLR_LOGS_DIR=..\..\logs&lt;BR /&gt;set LOG4J_CONFIG=file:!SOLR_LOGS_DIR!\log4j.properties&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Enables log rotation, cleanup, and archiving before starting Solr. Setting SOLR_LOG_PRESTART_ROTATION=false will skip start&lt;BR /&gt;REM time rotation of logs, and the archiving of the last GC and console log files. It does not affect Log4j configuration. This&lt;BR /&gt;REM pre-startup rotation may need to be disabled depending how much you customize the default logging setup.&lt;BR /&gt;REM set SOLR_LOG_PRESTART_ROTATION=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the host interface to listen on. Jetty will listen on all interfaces (0.0.0.0) by default.&lt;BR /&gt;REM This must be an IPv4 ("a.b.c.d") or bracketed IPv6 ("[x::y]") address, not a hostname!&lt;BR /&gt;REM set SOLR_JETTY_HOST=0.0.0.0&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Sets the port Solr binds to, default is 8983&lt;BR /&gt;set SOLR_PORT=8983&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Uncomment to set SSL-related system properties&lt;BR /&gt;REM Be sure to update the paths to the correct keystore for your environment&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE=etc/solr-ssl.keystore.jks&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE_PASSWORD=secret&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE_TYPE=JCEKS&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE=etc/solr-ssl.keystore.jks&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE_PASSWORD=secret&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE_TYPE=JCEKS&lt;BR /&gt;REM set SOLR_SSL_NEED_CLIENT_AUTH=false&lt;BR /&gt;REM set SOLR_SSL_WANT_CLIENT_AUTH=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Uncomment if you want to override previously defined SSL values for HTTP client&lt;BR /&gt;REM otherwise keep them commented and the above values will automatically be set for HTTP clients&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE_TYPE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE_TYPE=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings for authentication&lt;BR /&gt;REM Please configure only one of SOLR_AUTHENTICATION_CLIENT_CONFIGURER or SOLR_AUTH_TYPE parameters&lt;BR /&gt;REM set SOLR_AUTHENTICATION_CLIENT_CONFIGURER=org.apache.solr.client.solrj.impl.PreemptiveBasicAuthConfigurer&lt;BR /&gt;REM set SOLR_AUTH_TYPE=basic&lt;BR /&gt;REM set SOLR_AUTHENTICATION_OPTS="-Dbasicauth=solr&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;olrRocks"&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings for ZK ACL&lt;BR /&gt;REM set SOLR_ZK_CREDS_AND_ACLS=-DzkACLProvider=org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider ^&lt;BR /&gt;REM&amp;nbsp; -DzkCredentialsProvider=org.apache.solr.common.cloud.VMParamsSingleSetCredentialsDigestZkCredentialsProvider ^&lt;BR /&gt;REM&amp;nbsp; -DzkDigestUsername=admin-user -DzkDigestPassword=CHANGEME-ADMIN-PASSWORD ^&lt;BR /&gt;REM&amp;nbsp; -DzkDigestReadonlyUsername=readonly-user -DzkDigestReadonlyPassword=CHANGEME-READONLY-PASSWORD&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% %SOLR_ZK_CREDS_AND_ACLS%&lt;BR /&gt;//&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 17 Mar 2020 12:22:03 GMT</pubDate>
    <dc:creator>ramk</dc:creator>
    <dc:date>2020-03-17T12:22:03Z</dc:date>
    <item>
      <title>Not able to search in community edition</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-search-in-community-edition/m-p/35729#M15078</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have install the Community edition 6.2. Followed all the steps (using manual installation). My application is running (share url) but when I am trying to search any content, in share, i am not getting any results. Also when I am trying to start the search services in Solr using&amp;nbsp;&lt;FONT&gt;solr start -a "-Djavax.net.ssl.keyStoreType=JCEKS -Djavax.net.ssl.trustStoreType=JCEKS -Dsolr.ssl.checkPeerName=false -Dcreate.alfresco.defaults=alfresco,archive", I am getting below error.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;INFO&amp;nbsp; - 2020-03-13 17:04:05.078; org.apache.http.impl.client.DefaultRequestDirector; I/O exception (java.net.SocketException) caught when connecting to {s}-&amp;gt;https://localhost:8983: java.security.NoSuchAlgorithm&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;Exception: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext).&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I am attaching the below files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Sol.in.cmd&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;@REM&lt;BR /&gt;@REM&amp;nbsp; Licensed to the Apache Software Foundation (ASF) under one or more&lt;BR /&gt;@REM&amp;nbsp; contributor license agreements.&amp;nbsp; See the NOTICE file distributed with&lt;BR /&gt;@REM&amp;nbsp; this work for additional information regarding copyright ownership.&lt;BR /&gt;@REM&amp;nbsp; The ASF licenses this file to You under the Apache License, Version 2.0&lt;BR /&gt;@REM&amp;nbsp; (the "License"); you may not use this file except in compliance with&lt;BR /&gt;@REM&amp;nbsp; the License.&amp;nbsp; You may obtain a copy of the License at&lt;BR /&gt;@REM&lt;BR /&gt;@REM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;BR /&gt;@REM&lt;BR /&gt;@REM&amp;nbsp; Unless required by applicable law or agreed to in writing, software&lt;BR /&gt;@REM&amp;nbsp; distributed under the License is distributed on an "AS IS" BASIS,&lt;BR /&gt;@REM&amp;nbsp; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;BR /&gt;@REM&amp;nbsp; See the License for the specific language governing permissions and&lt;BR /&gt;@REM&amp;nbsp; limitations under the License.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;@echo off&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings here will override settings in existing env vars or in bin/solr.&amp;nbsp; The default shipped state&lt;BR /&gt;REM of this file is completely commented.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the script will use JAVA_HOME to determine which java&lt;BR /&gt;REM to use, but you can set a specific path for Solr to use without&lt;BR /&gt;REM affecting other Java applications on your server/workstation.&lt;BR /&gt;REM set SOLR_JAVA_HOME=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Increase Java Min/Max Heap as needed to support your indexing / query needs&lt;BR /&gt;set SOLR_JAVA_MEM=-Xms1g -Xmx1g&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;set SOLR_SSL_KEY_STORE=C:\MyWorkSpace\SGS_Project_Data\Alfresco\alfresco-content-services-community-distribution-6.2.0-ga\alfresco-content-services-community-distribution-6.2.0-ga\alf_data\keystore\ssl.repo.client.keystore&lt;BR /&gt;set SOLR_SSL_KEY_STORE_PASSWORD=keystore&lt;BR /&gt;set SOLR_SSL_TRUST_STORE=C:\MyWorkSpace\SGS_Project_Data\Alfresco\alfresco-content-services-community-distribution-6.2.0-ga\alfresco-content-services-community-distribution-6.2.0-ga\alf_data\keystore\ssl.repo.client.truststore&lt;BR /&gt;set SOLR_SSL_TRUST_STORE_PASSWORD=truststore&lt;BR /&gt;set SOLR_SSL_NEED_CLIENT_AUTH=false&lt;BR /&gt;set SOLR_SSL_WANT_CLIENT_AUTH=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Configure verbose GC logging&lt;BR /&gt;REM set "GC_LOG_OPTS= ":&lt;BR /&gt;REM For Java 8: if this is set, additional params will be added to specify the log file &amp;amp; rotation&lt;BR /&gt;REM For Java 9 or higher: GC_LOG_OPTS is currently not supported. If you set it, the startup script will exit with failure.&lt;BR /&gt;REM set GC_LOG_OPTS=-verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Various GC settings have shown to work well for a number of common Solr workloads.&lt;BR /&gt;REM See solr.cmd GC_TUNE for the default list.&lt;BR /&gt;REM set GC_TUNE=-XX:NewRatio=3 -XX&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;urvivorRatio=4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the ZooKeeper connection string if using an external ZooKeeper ensemble&lt;BR /&gt;REM e.g. host1:2181,host2:2181/chroot&lt;BR /&gt;REM Leave empty if not using SolrCloud&lt;BR /&gt;REM set ZK_HOST=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the ZooKeeper client timeout (for SolrCloud mode)&lt;BR /&gt;REM set ZK_CLIENT_TIMEOUT=15000&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the start script uses "localhost"; override the hostname here&lt;BR /&gt;REM for production SolrCloud environments to control the hostname exposed to cluster state&lt;BR /&gt;REM set SOLR_HOST=192.168.1.1&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the start script uses UTC; override the timezone if needed&lt;BR /&gt;REM set SOLR_TIMEZONE=UTC&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set to true to activate the JMX RMI connector to allow remote JMX client applications&lt;BR /&gt;REM to monitor the JVM hosting Solr; set to "false" to disable that behavior&lt;BR /&gt;REM (false is recommended in production environments)&lt;BR /&gt;REM set ENABLE_REMOTE_JMX_OPTS=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM The script will use SOLR_PORT+10000 for the RMI_PORT or you can set it here&lt;BR /&gt;REM set RMI_PORT=18983&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here&lt;BR /&gt;set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 -Ddisable.configEdit=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Anything you add to the SOLR_OPTS variable will be included in the java&lt;BR /&gt;REM start command line as-is, in ADDITION to other options. If you specify the&lt;BR /&gt;REM -a option on start script, those options will be appended as well. Examples:&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.autoSoftCommit.maxTime=3000&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.autoCommit.maxTime=60000&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.clustering.enabled=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Path to a directory for Solr to store cores and their data. By default, Solr will use server\solr&lt;BR /&gt;REM If solr.xml is not stored in ZooKeeper, this directory needs to contain solr.xml&lt;BR /&gt;REM set SOLR_HOME=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Changes the logging level. Valid values: ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF. Default is INFO&lt;BR /&gt;REM This is an alternative to changing the rootLogger in log4j.properties&lt;BR /&gt;REM set SOLR_LOG_LEVEL=INFO&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Location where Solr should write logs to. Absolute or relative to solr start dir&lt;BR /&gt;set SOLR_LOGS_DIR=..\..\logs&lt;BR /&gt;set LOG4J_CONFIG=file:!SOLR_LOGS_DIR!\log4j.properties&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Enables log rotation, cleanup, and archiving before starting Solr. Setting SOLR_LOG_PRESTART_ROTATION=false will skip start&lt;BR /&gt;REM time rotation of logs, and the archiving of the last GC and console log files. It does not affect Log4j configuration. This&lt;BR /&gt;REM pre-startup rotation may need to be disabled depending how much you customize the default logging setup.&lt;BR /&gt;REM set SOLR_LOG_PRESTART_ROTATION=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the host interface to listen on. Jetty will listen on all interfaces (0.0.0.0) by default.&lt;BR /&gt;REM This must be an IPv4 ("a.b.c.d") or bracketed IPv6 ("[x::y]") address, not a hostname!&lt;BR /&gt;REM set SOLR_JETTY_HOST=0.0.0.0&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Sets the port Solr binds to, default is 8983&lt;BR /&gt;set SOLR_PORT=8983&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Uncomment to set SSL-related system properties&lt;BR /&gt;REM Be sure to update the paths to the correct keystore for your environment&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE=etc/solr-ssl.keystore.jks&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE_PASSWORD=secret&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE_TYPE=JCEKS&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE=etc/solr-ssl.keystore.jks&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE_PASSWORD=secret&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE_TYPE=JCEKS&lt;BR /&gt;REM set SOLR_SSL_NEED_CLIENT_AUTH=false&lt;BR /&gt;REM set SOLR_SSL_WANT_CLIENT_AUTH=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Uncomment if you want to override previously defined SSL values for HTTP client&lt;BR /&gt;REM otherwise keep them commented and the above values will automatically be set for HTTP clients&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE_TYPE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE_TYPE=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings for authentication&lt;BR /&gt;REM Please configure only one of SOLR_AUTHENTICATION_CLIENT_CONFIGURER or SOLR_AUTH_TYPE parameters&lt;BR /&gt;REM set SOLR_AUTHENTICATION_CLIENT_CONFIGURER=org.apache.solr.client.solrj.impl.PreemptiveBasicAuthConfigurer&lt;BR /&gt;REM set SOLR_AUTH_TYPE=basic&lt;BR /&gt;REM set SOLR_AUTHENTICATION_OPTS="-Dbasicauth=solr&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;olrRocks"&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings for ZK ACL&lt;BR /&gt;REM set SOLR_ZK_CREDS_AND_ACLS=-DzkACLProvider=org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider ^&lt;BR /&gt;REM&amp;nbsp; -DzkCredentialsProvider=org.apache.solr.common.cloud.VMParamsSingleSetCredentialsDigestZkCredentialsProvider ^&lt;BR /&gt;REM&amp;nbsp; -DzkDigestUsername=admin-user -DzkDigestPassword=CHANGEME-ADMIN-PASSWORD ^&lt;BR /&gt;REM&amp;nbsp; -DzkDigestReadonlyUsername=readonly-user -DzkDigestReadonlyPassword=CHANGEME-READONLY-PASSWORD&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% %SOLR_ZK_CREDS_AND_ACLS%&lt;BR /&gt;//&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Mar 2020 12:22:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-search-in-community-edition/m-p/35729#M15078</guid>
      <dc:creator>ramk</dc:creator>
      <dc:date>2020-03-17T12:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to search in community edition</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-search-in-community-edition/m-p/35730#M15079</link>
      <description>&lt;P&gt;Sample files :&lt;/P&gt;&lt;P&gt;Solr.in.cmd&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;@REM&lt;BR /&gt;@REM&amp;nbsp; Licensed to the Apache Software Foundation (ASF) under one or more&lt;BR /&gt;@REM&amp;nbsp; contributor license agreements.&amp;nbsp; See the NOTICE file distributed with&lt;BR /&gt;@REM&amp;nbsp; this work for additional information regarding copyright ownership.&lt;BR /&gt;@REM&amp;nbsp; The ASF licenses this file to You under the Apache License, Version 2.0&lt;BR /&gt;@REM&amp;nbsp; (the "License"); you may not use this file except in compliance with&lt;BR /&gt;@REM&amp;nbsp; the License.&amp;nbsp; You may obtain a copy of the License at&lt;BR /&gt;@REM&lt;BR /&gt;@REM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;BR /&gt;@REM&lt;BR /&gt;@REM&amp;nbsp; Unless required by applicable law or agreed to in writing, software&lt;BR /&gt;@REM&amp;nbsp; distributed under the License is distributed on an "AS IS" BASIS,&lt;BR /&gt;@REM&amp;nbsp; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;BR /&gt;@REM&amp;nbsp; See the License for the specific language governing permissions and&lt;BR /&gt;@REM&amp;nbsp; limitations under the License.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;@echo off&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings here will override settings in existing env vars or in bin/solr.&amp;nbsp; The default shipped state&lt;BR /&gt;REM of this file is completely commented.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the script will use JAVA_HOME to determine which java&lt;BR /&gt;REM to use, but you can set a specific path for Solr to use without&lt;BR /&gt;REM affecting other Java applications on your server/workstation.&lt;BR /&gt;REM set SOLR_JAVA_HOME=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Increase Java Min/Max Heap as needed to support your indexing / query needs&lt;BR /&gt;set SOLR_JAVA_MEM=-Xms1g -Xmx1g&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;set SOLR_SSL_KEY_STORE=C:\MyWorkSpace\SGS_Project_Data\Alfresco\alfresco-content-services-community-distribution-6.2.0-ga\alfresco-content-services-community-distribution-6.2.0-ga\alf_data\keystore\ssl.repo.client.keystore&lt;BR /&gt;set SOLR_SSL_KEY_STORE_PASSWORD=keystore&lt;BR /&gt;set SOLR_SSL_TRUST_STORE=C:\MyWorkSpace\SGS_Project_Data\Alfresco\alfresco-content-services-community-distribution-6.2.0-ga\alfresco-content-services-community-distribution-6.2.0-ga\alf_data\keystore\ssl.repo.client.truststore&lt;BR /&gt;set SOLR_SSL_TRUST_STORE_PASSWORD=truststore&lt;BR /&gt;set SOLR_SSL_NEED_CLIENT_AUTH=false&lt;BR /&gt;set SOLR_SSL_WANT_CLIENT_AUTH=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Configure verbose GC logging&lt;BR /&gt;REM set "GC_LOG_OPTS= ":&lt;BR /&gt;REM For Java 8: if this is set, additional params will be added to specify the log file &amp;amp; rotation&lt;BR /&gt;REM For Java 9 or higher: GC_LOG_OPTS is currently not supported. If you set it, the startup script will exit with failure.&lt;BR /&gt;REM set GC_LOG_OPTS=-verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Various GC settings have shown to work well for a number of common Solr workloads.&lt;BR /&gt;REM See solr.cmd GC_TUNE for the default list.&lt;BR /&gt;REM set GC_TUNE=-XX:NewRatio=3 -XX&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;urvivorRatio=4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the ZooKeeper connection string if using an external ZooKeeper ensemble&lt;BR /&gt;REM e.g. host1:2181,host2:2181/chroot&lt;BR /&gt;REM Leave empty if not using SolrCloud&lt;BR /&gt;REM set ZK_HOST=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the ZooKeeper client timeout (for SolrCloud mode)&lt;BR /&gt;REM set ZK_CLIENT_TIMEOUT=15000&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the start script uses "localhost"; override the hostname here&lt;BR /&gt;REM for production SolrCloud environments to control the hostname exposed to cluster state&lt;BR /&gt;REM set SOLR_HOST=192.168.1.1&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM By default the start script uses UTC; override the timezone if needed&lt;BR /&gt;REM set SOLR_TIMEZONE=UTC&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set to true to activate the JMX RMI connector to allow remote JMX client applications&lt;BR /&gt;REM to monitor the JVM hosting Solr; set to "false" to disable that behavior&lt;BR /&gt;REM (false is recommended in production environments)&lt;BR /&gt;REM set ENABLE_REMOTE_JMX_OPTS=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM The script will use SOLR_PORT+10000 for the RMI_PORT or you can set it here&lt;BR /&gt;REM set RMI_PORT=18983&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here&lt;BR /&gt;set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 -Ddisable.configEdit=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Anything you add to the SOLR_OPTS variable will be included in the java&lt;BR /&gt;REM start command line as-is, in ADDITION to other options. If you specify the&lt;BR /&gt;REM -a option on start script, those options will be appended as well. Examples:&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.autoSoftCommit.maxTime=3000&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.autoCommit.maxTime=60000&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% -Dsolr.clustering.enabled=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Path to a directory for Solr to store cores and their data. By default, Solr will use server\solr&lt;BR /&gt;REM If solr.xml is not stored in ZooKeeper, this directory needs to contain solr.xml&lt;BR /&gt;REM set SOLR_HOME=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Changes the logging level. Valid values: ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF. Default is INFO&lt;BR /&gt;REM This is an alternative to changing the rootLogger in log4j.properties&lt;BR /&gt;REM set SOLR_LOG_LEVEL=INFO&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Location where Solr should write logs to. Absolute or relative to solr start dir&lt;BR /&gt;set SOLR_LOGS_DIR=..\..\logs&lt;BR /&gt;set LOG4J_CONFIG=file:!SOLR_LOGS_DIR!\log4j.properties&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Enables log rotation, cleanup, and archiving before starting Solr. Setting SOLR_LOG_PRESTART_ROTATION=false will skip start&lt;BR /&gt;REM time rotation of logs, and the archiving of the last GC and console log files. It does not affect Log4j configuration. This&lt;BR /&gt;REM pre-startup rotation may need to be disabled depending how much you customize the default logging setup.&lt;BR /&gt;REM set SOLR_LOG_PRESTART_ROTATION=true&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Set the host interface to listen on. Jetty will listen on all interfaces (0.0.0.0) by default.&lt;BR /&gt;REM This must be an IPv4 ("a.b.c.d") or bracketed IPv6 ("[x::y]") address, not a hostname!&lt;BR /&gt;REM set SOLR_JETTY_HOST=0.0.0.0&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Sets the port Solr binds to, default is 8983&lt;BR /&gt;set SOLR_PORT=8983&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Uncomment to set SSL-related system properties&lt;BR /&gt;REM Be sure to update the paths to the correct keystore for your environment&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE=etc/solr-ssl.keystore.jks&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE_PASSWORD=secret&lt;BR /&gt;REM set SOLR_SSL_KEY_STORE_TYPE=JCEKS&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE=etc/solr-ssl.keystore.jks&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE_PASSWORD=secret&lt;BR /&gt;REM set SOLR_SSL_TRUST_STORE_TYPE=JCEKS&lt;BR /&gt;REM set SOLR_SSL_NEED_CLIENT_AUTH=false&lt;BR /&gt;REM set SOLR_SSL_WANT_CLIENT_AUTH=false&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Uncomment if you want to override previously defined SSL values for HTTP client&lt;BR /&gt;REM otherwise keep them commented and the above values will automatically be set for HTTP clients&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_KEY_STORE_TYPE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=&lt;BR /&gt;REM set SOLR_SSL_CLIENT_TRUST_STORE_TYPE=&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings for authentication&lt;BR /&gt;REM Please configure only one of SOLR_AUTHENTICATION_CLIENT_CONFIGURER or SOLR_AUTH_TYPE parameters&lt;BR /&gt;REM set SOLR_AUTHENTICATION_CLIENT_CONFIGURER=org.apache.solr.client.solrj.impl.PreemptiveBasicAuthConfigurer&lt;BR /&gt;REM set SOLR_AUTH_TYPE=basic&lt;BR /&gt;REM set SOLR_AUTHENTICATION_OPTS="-Dbasicauth=solr&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;olrRocks"&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;REM Settings for ZK ACL&lt;BR /&gt;REM set SOLR_ZK_CREDS_AND_ACLS=-DzkACLProvider=org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider ^&lt;BR /&gt;REM&amp;nbsp; -DzkCredentialsProvider=org.apache.solr.common.cloud.VMParamsSingleSetCredentialsDigestZkCredentialsProvider ^&lt;BR /&gt;REM&amp;nbsp; -DzkDigestUsername=admin-user -DzkDigestPassword=CHANGEME-ADMIN-PASSWORD ^&lt;BR /&gt;REM&amp;nbsp; -DzkDigestReadonlyUsername=readonly-user -DzkDigestReadonlyPassword=CHANGEME-READONLY-PASSWORD&lt;BR /&gt;REM set SOLR_OPTS=%SOLR_OPTS% %SOLR_ZK_CREDS_AND_ACLS%&lt;BR /&gt;//&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Mar 2020 12:24:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-search-in-community-edition/m-p/35730#M15079</guid>
      <dc:creator>ramk</dc:creator>
      <dc:date>2020-03-17T12:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to search in community edition</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-search-in-community-edition/m-p/35731#M15080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80735"&gt;@ramk&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Welcome to Alfresco Hub!&lt;/P&gt;
&lt;P&gt;Looks like this might be an SSL configuration issue - take a look at these tips for &lt;A href="https://javadeveloperzone.com/solr/securing-solr-java-security-nosuchalgorithmexception/" target="_self" rel="nofollow noopener noreferrer"&gt;securing solr&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 09:32:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-search-in-community-edition/m-p/35731#M15080</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-03-18T09:32:36Z</dc:date>
    </item>
  </channel>
</rss>

