
Search is indeed a mission-critical service application in SharePoint and it’s very important that it remains healthy so that you get the results in the Search Center whenever you execute a search query. However, it’s quite possible that you may notice some errors in the “crawl log” stating that the crawler is not able to crawl the contents in the content source; and at times, it might get even worse such that you may notice all “failures” and no “success” in the crawl logs. In scenarios like that, you might have to reset the search index so the content in the index gets flushed away; after which you need to perform a full crawl so that search index component receives the newly processed items from the content processing component and writes them to the search index. Of course, directly resetting the index is not a fix for any search-related issue. Please ensure that you take all the necessary troubleshooting steps from your end to identify and fix the issue and once you reach a point where nothing really helped, that’s when you should think about resetting the search index.
What happens when you reset the Search Index?
When you reset the search index, all the content will be immediately removed from the search index and users will not be able to retrieve search results when executing a search query on the Search Center. Once you’re done resetting the search index, you must perform a full crawl on one or more content sources to create a new search index. Users will be able to retrieve search results again once the full crawl is finished and the new search index is created. So, in a nutshell, there will be downtime when the search index is getting reset. After a search index reset, the full crawl won't restore all the analytics features that are powered by the Analytics Processing Component. All analytics results will be erased after resetting the search index.
When should we reset the search index?
As I already mentioned above, resetting the search index should be the final step of troubleshooting for any search-related issue. However, based on my experience, this is when we should reset the search index:
- Index is corrupted.
- One or all index component status is degraded.
- You crawl completed successfully but you are not getting the search results.
- When you move the index location.
- When Index location runs out of space.
- In a scenario where we have Index partitions spread across multiple servers and the indexed document count is out of sync. For example, we have 2 servers set as index partitions, server 1 has 150K indexed documents and server 2 has 145k index documents
- If we make any changes to search topology.
- Removing components
- Adding components
- Activating different search topology
Alright! Now, let’s take a look at the steps to reset the search index…
Pre-requisites
Please ensure that you take care of the below mentioned pre-requisites before resetting the search index. Failing to do so will cause adverse effects and as a worst case, you may end up recreating the entire Search Service Application.
- Make sure, the crawl status for each content source is “Idle”. If any crawl is running, wait for the crawl to complete or follow the steps to “Stop the active crawls” below.
- Make sure, continuous crawl for content sources is disabled [if applicable].This step is only specific to SharePoint 2013 and above.
- Make sure, the crawl rate is 0
- Make sure, background activity status is “None” on Search Administration page.
Stopping the Active Crawl(s)
- Navigate to Search Administration page.
- Click on Content Sources link towards your left hand side, as shown in the image below.

- If any content source is crawling, click on the dropdown of the content source and click on “Stop Crawl”.
Disable Continuous Crawl










Join the conversation! Your thoughts help the community grow.