TDS Post Deploy Step – Rebuild Content Search Indexes Script
This post shows how I created a custom TDS Post Deploy Step to rebuild the Content Search Indexes after my deployment in the Launch Sitecore TDS solution.
Hedgehog are currently asking for community contributions to the Post Deploy Step repository, so we can all benefit from each other’s work.
Got an idea for a Post Deploy Step? Let us know.
Getting started is super easy.
My Custom Post Deploy Step:
Rebuild Content Search Indexes
Problem: As a developer, you may have added new fields to a Sitecore data template, or extended Sitecore with a custom index field. TDS makes it easy to get your changes deployed to other environments, however, you can’t begin querying these fields until a full index rebuild is performed. Deploying new code without an index rebuild can result in search listings coming up empty, or worse, broken pages.
Read More