<?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: Content uploaded not indexed in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136080#M36569</link>
    <description>&lt;P&gt;Thank you Angel. I will do that&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 11:10:35 GMT</pubDate>
    <dc:creator>gabrielmarinb</dc:creator>
    <dc:date>2022-08-10T11:10:35Z</dc:date>
    <item>
      <title>Content uploaded not indexed</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136075#M36564</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I have Alfresco 6.2 and alfresco-search 2.0 for storing invoices generated daily by our company. Every night a process uploads content using Alfresco REST API.&lt;/P&gt;&lt;P&gt;Specifically past 2 days content was uploaded but not indexed (aproximately 800.000 small docs), probably because an exception in SOLR (OutOfMemory). I may upload again but I wanted to know what is best in these situations. I've tried reindex and fix by SOLR API but I don't know if I am making the right request as I don't see anything happening in SOLR after requests.&lt;/P&gt;&lt;P&gt;Previous related post:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/reindex-specific-folder-content/m-p/311665#M26843" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/reindex-specific-folder-content/m-p/311665#M26843&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I really apreciate your guidance. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 11:40:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136075#M36564</guid>
      <dc:creator>gabrielmarinb</dc:creator>
      <dc:date>2022-08-09T11:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Content uploaded not indexed</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136076#M36565</link>
      <description>&lt;P&gt;You may be re-checking what happens to your enviroment.&lt;/P&gt;
&lt;P&gt;SOLR includes the latest DB transaction indexed. So, if you had an OutOfMemory error, SOLR would be starting from the latest transaction (before the problem happened) to catch up with the repository.&lt;/P&gt;
&lt;P&gt;Probably your missing content is already being indexed right now, but it may take a while.&lt;/P&gt;
&lt;P&gt;You can find the information of the latest indexed transaction in SOLR using some of the reports described in the official documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/search-services/latest/admin/restapi/#generic-reports" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/search-services/latest/admin/restapi/#generic-reports&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 14:24:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136076#M36565</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-08-09T14:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Content uploaded not indexed</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136077#M36566</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/5487"&gt;@angelborroy&lt;/A&gt;&amp;nbsp;for your reply. The thing is that last day upload was correctly indexed but previous 2 days still doesn't. Is partial reindex an option for this situation?&amp;nbsp; What do you suggest?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:44:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136077#M36566</guid>
      <dc:creator>gabrielmarinb</dc:creator>
      <dc:date>2022-08-09T15:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Content uploaded not indexed</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136078#M36567</link>
      <description>&lt;P&gt;I restore a backup and started reindexing past days but suddenly this error appear and indexation seems to be skipping a couple of days of content:&lt;/P&gt;&lt;P&gt;10/8/2022, 0:47:00 ERROR true RequestHandlerBase java.lang.NullPointerException&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at org.apache.solr.update.UpdateLog.lookup(UpdateLog.java:968)&lt;BR /&gt;at org.apache.solr.handler.component.RealTimeGetComponent.process(RealTimeGetComponent.java:219)&lt;BR /&gt;at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:296)&lt;BR /&gt;at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)&lt;BR /&gt;at org.alfresco.solr.SolrInformationServer.executeQueryRequest(SolrInformationServer.java:3289)&lt;BR /&gt;at org.alfresco.solr.SolrInformationServer.getTrackerInitialState(SolrInformationServer.java:1388)&lt;BR /&gt;at org.alfresco.solr.tracker.ShardStatePublisher.getTrackerState(ShardStatePublisher.java:123)&lt;BR /&gt;at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:227)&lt;BR /&gt;at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60)&lt;BR /&gt;at org.quartz.core.JobRunShell.run(JobRunShell.java:202)&lt;BR /&gt;at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)&lt;BR /&gt;10/8/2022, 0:47:00 ERROR SolrInformationServer Got no response from a tracker initial state request.&lt;/P&gt;&lt;P&gt;Can you help me troubleshooting this?&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 04:19:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136078#M36567</guid>
      <dc:creator>gabrielmarinb</dc:creator>
      <dc:date>2022-08-10T04:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Content uploaded not indexed</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136079#M36568</link>
      <description>&lt;P&gt;You may try increasing the amount of RAM available for SOLR.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 06:56:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136079#M36568</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-08-10T06:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Content uploaded not indexed</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136080#M36569</link>
      <description>&lt;P&gt;Thank you Angel. I will do that&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 11:10:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/content-uploaded-not-indexed/m-p/136080#M36569</guid>
      <dc:creator>gabrielmarinb</dc:creator>
      <dc:date>2022-08-10T11:10:35Z</dc:date>
    </item>
  </channel>
</rss>

