<?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 reindex not working? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104898#M29719</link>
    <description>&lt;P&gt;You need to start SOLR adding the option to re-create the cores.&lt;/P&gt;
&lt;P&gt;Something similar to the following line:&lt;/P&gt;
&lt;PRE&gt;/opt/solr/solr/bin/solr start -force -m 2G -a "-Dcreate.alfresco.defaults=alfresco,archive"&lt;/PRE&gt;</description>
    <pubDate>Fri, 08 May 2020 15:52:21 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2020-05-08T15:52:21Z</dc:date>
    <item>
      <title>Alfresco reindex not working?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104897#M29718</link>
      <description>&lt;P&gt;Hi everybody, I am trying to perform a full reindex in my Alfresco community 6.1.2 -&amp;nbsp;201901 with Alfresco search services 1.3.0.1 following these steps :&amp;nbsp;&lt;A href="https://docs.alfresco.com/search-enterprise/tasks/solr-reindex.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/search-enterprise/tasks/solr-reindex.html&lt;/A&gt;&amp;nbsp;. So I created a script that sends these commands:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;export SOLR_BASE=/opt/solr&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;export SOLR_HOME=$SOLR_BASE/solrhome&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;/opt/Solr.sh stop&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;rm -rf $SOLR_HOME/archive/index&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;rm -rf $SOLR_HOME/alfresco/index&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;rm -rf $SOLR_HOME/alfrescoModels&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;rm -rf $SOLR_BASE/contentstore&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;/opt/Solr.sh start&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/opt/Solr.sh is a script that starts Solr with this command:&amp;nbsp;/opt/solr/solr/bin/solr start -force -m 2G&lt;/P&gt;&lt;P&gt;Unfortunately in solr.log I do not see a line containing:&lt;/P&gt;&lt;PRE&gt;WARNING: [archive] Solr index directory '&amp;lt;SOLR_HOME&amp;gt;/solrhome/archive/index' doesn't exist. Creating new index...&lt;/PRE&gt;&lt;P&gt;like &lt;A href="https://docs.alfresco.com/search-enterprise/tasks/solr-reindex.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/search-enterprise/tasks/solr-reindex.html&lt;/A&gt;&amp;nbsp;says, I see only these lines:&lt;/P&gt;&lt;PRE&gt;2020-05-08 10:05:40.022 INFO (main) [ ] o.e.j.s.Server jetty-9.3.14.v20161028
2020-05-08 10:05:40.602 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 6.6.5
2020-05-08 10:05:40.602 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
2020-05-08 10:05:40.602 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /opt/solr/solr
2020-05-08 10:05:40.612 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-05-08T10:05:40.604289Z
2020-05-08 10:05:41.657 INFO (main) [ ] o.e.j.s.Server Started @2323ms
2020-05-08 10:05:41.686 WARN (coreLoadExecutor-6-thread-2) [ x:archive] o.a.s.c.Config XML parse warning in "solrres:/solrconfig.xml", line 1919, column 88: Include operation failed, reverting to fallback. Resource error reading file as XML (href='solrconfig_insight.xml'). Reason: Can't find resource 'solrconfig_insight.xml' in classpath or '/opt/solr/solrhome/archive'
2020-05-08 10:05:41.702 WARN (coreLoadExecutor-6-thread-1) [ x:alfresco] o.a.s.c.Config XML parse warning in "solrres:/solrconfig.xml", line 1919, column 88: Include operation failed, reverting to fallback. Resource error reading file as XML (href='solrconfig_insight.xml'). Reason: Can't find resource 'solrconfig_insight.xml' in classpath or '/opt/solr/solrhome/alfresco'
2020-05-08 10:05:42.640 WARN (coreLoadExecutor-6-thread-1) [ x:alfresco] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [org.apache.solr.analysis.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
2020-05-08 10:05:42.644 WARN (coreLoadExecutor-6-thread-1) [ x:alfresco] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly.
2020-05-08 10:05:43.864 WARN (coreLoadExecutor-6-thread-2) [ x:archive] o.a.s.h.c.AlfrescoSolrClusteringComponent No default engine for document clustering.
2020-05-08 10:05:43.866 WARN (coreLoadExecutor-6-thread-1) [ x:alfresco] o.a.s.h.c.AlfrescoSolrClusteringComponent No default engine for document clustering.&lt;/PRE&gt;&lt;P&gt;Is it ok? Or am I missing something? There are also many warnings that I do not fully understand...do you have any clue?&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 10:39:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104897#M29718</guid>
      <dc:creator>sistemi</dc:creator>
      <dc:date>2020-05-08T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco reindex not working?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104898#M29719</link>
      <description>&lt;P&gt;You need to start SOLR adding the option to re-create the cores.&lt;/P&gt;
&lt;P&gt;Something similar to the following line:&lt;/P&gt;
&lt;PRE&gt;/opt/solr/solr/bin/solr start -force -m 2G -a "-Dcreate.alfresco.defaults=alfresco,archive"&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 May 2020 15:52:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104898#M29719</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-05-08T15:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco reindex not working?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104899#M29720</link>
      <description>&lt;P&gt;Hi, I added the parameter you suggested to the start script, but reindex is still not working. After deleting Solr data folders and restarting Solr I get only these two new lines (the ones in bold):&lt;/P&gt;&lt;PRE&gt;2020-05-09 11:43:02.725 INFO  (main) [   ] o.e.j.s.Server jetty-9.3.14.v20161028
2020-05-09 11:43:03.262 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.5
2020-05-09 11:43:03.263 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port 8983
2020-05-09 11:43:03.263 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /opt/solr/solr
2020-05-09 11:43:03.276 INFO  (main) [   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-09T11:43:03.264586Z
2020-05-09 11:43:04.162 INFO  (main) [   ] o.e.j.s.Server Started @2103ms
2020-05-09 11:43:04.193 WARN  (coreLoadExecutor-6-thread-1) [   x:alfresco] o.a.s.c.Config XML parse warning in "solrres:/solrconfig.xml", line 1919, column 88: Include operation failed, reverting to fallback. Resource error reading file as XML (href='solrconfig_insight.xml'). Reason: Can't find resource 'solrconfig_insight.xml' in classpath or '/opt/solr/solrhome/alfresco'
2020-05-09 11:43:04.200 WARN  (coreLoadExecutor-6-thread-2) [   x:archive] o.a.s.c.Config XML parse warning in "solrres:/solrconfig.xml", line 1919, column 88: Include operation failed, reverting to fallback. Resource error reading file as XML (href='solrconfig_insight.xml'). Reason: Can't find resource 'solrconfig_insight.xml' in classpath or '/opt/solr/solrhome/archive'
2020-05-09 11:43:05.086 WARN  (coreLoadExecutor-6-thread-1) [   x:alfresco] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [org.apache.solr.analysis.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
2020-05-09 11:43:05.094 WARN  (coreLoadExecutor-6-thread-2) [   x:archive] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly.
2020-05-09 11:43:06.328 WARN  (coreLoadExecutor-6-thread-2) [   x:archive] o.a.s.h.c.AlfrescoSolrClusteringComponent No default engine for document clustering.
2020-05-09 11:43:06.332 WARN  (coreLoadExecutor-6-thread-1) [   x:alfresco] o.a.s.h.c.AlfrescoSolrClusteringComponent No default engine for document clustering.
&lt;STRONG&gt;2020-05-09 11:43:13.972 WARN  (Thread-12) [   ] o.a.s.AlfrescoCoreAdminHandler alfresco already exists, not creating again.&lt;/STRONG&gt;
&lt;STRONG&gt;2020-05-09 11:43:14.105 WARN  (Thread-12) [   ] o.a.s.AlfrescoCoreAdminHandler archive already exists, not creating again.&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;It looks like that some data are already existing in Solr, do I have to delete more folders than the 4 that I reported in the first post?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:45:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104899#M29720</guid>
      <dc:creator>sistemi</dc:creator>
      <dc:date>2020-05-11T07:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco reindex not working?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104900#M29721</link>
      <description>&lt;P&gt;Sorry, I did not reply to your answer but I added another answer...please take a look at my previous post, adding those parameters to&lt;/P&gt;&lt;PRE&gt;/opt/solr/solr/bin/solr start&lt;/PRE&gt;&lt;P&gt;did not change&amp;nbsp; indexing behaviour.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:50:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104900#M29721</guid>
      <dc:creator>sistemi</dc:creator>
      <dc:date>2020-05-13T08:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco reindex not working?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104901#M29722</link>
      <description>&lt;P&gt;Hi, I am geting is similar issue with Alfresco Community 6.2. Any idea to solve this issue?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2020 07:43:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-reindex-not-working/m-p/104901#M29722</guid>
      <dc:creator>rginhoux</dc:creator>
      <dc:date>2020-10-10T07:43:15Z</dc:date>
    </item>
  </channel>
</rss>

