Expand my Community achievements bar.

MSRP Reindex tool not reindexing

Avatar

Level 4

Hi All,

As per documentation of MSRP reindex tool, this could be helpful in repairing damaged Solr Index. I have a Solr instance which had the indexed content of comment. Deleted the indexed data from Solr. The comments were not visible on http://aemhost:port/content/community-components/en/comments.html (Seems like Solr is being used even for showing list of comments, not checking Mongo instance directly)

Ran the MSRP reindex curl command as per the documentation, got response as 

$ curl -s -u admin:admin -d 'batchSize=10000&path=/content/usergenerated/asi/mo ngo/' http://localhost:4504/services/social/datastore/mongo/reindex <html> <head> <title>Content modified /services/social/datastore/mongo/reindex</title> </head> <body> <h1>Content modified /services/social/datastore/mongo/reindex</h1> <table> <tbody> <tr> <td>Status</td> <td><div id="Status">200</div></td> </tr> <tr> <td>Message</td> <td><div id="Message">OK</div></td> </tr> <tr> <td>Location</td> <td><a href="https://forums.adobe.com/services/social/datastore/mongo/reindex" id="Locat ion">/services/social/datastore/mongo/reindex</a></td> </tr> <tr> <td>Parent Location</td> <td><a href="https://forums.adobe.com/services/social/datastore/mongo" id="ParentLocatio n">/services/social/datastore/mongo</a></td> </tr> <tr> <td>Path</td> <td><div id="Path">/services/social/datastore/mongo/reindex</div ></td> </tr> <tr> <td>Referer</td> <td><a href="" id="Referer"></a></td> </tr> <tr> <td>ChangeLog</td> <td><div id="ChangeLog">&lt;pre&gt;modified(&quot;/services/soci al/datastore/mongo/reindex/batchSize&quot;);&lt;br/&gt;modified(&quot;/services/ social/datastore/mongo/reindex/path&quot;);&lt;br/&gt;&lt;/pre&gt;</div></td> </tr> </tbody> </table> <p><a href="">Go Back</a></p> <p><a href="https://forums.adobe.com/services/social/datastore/mongo/reindex">Modified Resource</a>< /p> <p><a href="https://forums.adobe.com/services/social/datastore/mongo">Parent of Modified Resource</a ></p> </body> </html>

But i cannot see the content on Solr instance again. I don't see error in error.log. Any pointers if I am doing something wrong?

Thanks
Sandeep

0 Replies