Share via

Reindex a list or library: reindex flags content for crawl, but does not repair broken mappings

Bisogno, Rocky (DES) 0 Reputation points
2026-03-05T15:12:57.64+00:00

Reindex a list or library: reindex flags content for crawl, but does not repair broken mappings

Microsoft 365 and Office | SharePoint | For business | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ian-Ng 11,320 Reputation points Microsoft External Staff Moderator
    2026-03-05T17:09:13.2866667+00:00

    Hi @Bisogno, Rocky (DES),  

    Welcome to the Microsoft Q&A forum. 

    Thank you for reaching out regarding SharePoint search behavior. 

    Based on your inquiry, I would like to share with you that in SharePoint the Reindex list/library action is designed to force content to be re-crawled so that existing items pick up any search schema changes. This is necessary because changes made to the search schema such as updating a managed property or the mapping between crawled and managed properties don't automatically trigger a re-crawl of the site content itself. 

    To resolve broken mappings, please follow this supported order: 

    • First, fix the mapping in the Search Schema first: map the correct crawled property to the intended managed property. As per Microsoft documentation, only managed properties are kept in the index, so this link must be established first. 
    • Then reindex the affected scope: once the schema is updated, request a reindex of the specific list or library. This marks all content in that scope as "changed," ensuring it is picked up and reprocessed during the next crawl. 

    While you can reindex an entire site for broader changes, please note that Microsoft cautions this can cause a massive load on the search system. It is best to use the more specific list or library reindex whenever possible. 

    For more technical depth, you can refer to the Microsoft Learn articles on  

    I hope this response has helped address your question and clarify the behavior you're experiencing. Please feel free to reply if you have any further questions, I would be happy to assist further.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Q&A Assist
    2026-03-05T15:13:10.5533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Reindexing a SharePoint list or library only marks its items as changed so that they are picked up and fully re-crawled during the next scheduled crawl. It does not change, fix, or “repair” any search schema configuration, including crawled/managed property mappings.

    Key points:

    1. What reindexing does
      • When Reindex List or Reindex Document Library is selected in Advanced settings, “all of the content in the document library or list is re-indexed during the next scheduled crawl.”
      • This simply flags all items so the crawler treats them as updated and reprocesses their content and metadata into the index.
    2. What reindexing does not do
      • It does not modify the search schema.
      • It does not create, delete, or correct mappings between crawled and managed properties.
      • If mappings are misconfigured or “broken,” reindexing alone will not fix them; the same incorrect mappings will be applied again during crawl.
    3. Correct process when mappings are wrong
      • First, fix the search schema:
        • Edit or create the appropriate managed properties and adjust their mappings to crawled properties as needed (for example, by using an unused refinable managed property and mapping it to the correct crawled property).
      • Then, request reindexing of the affected scope so the corrected mappings take effect:
        • Reindex the site if the change affects many lists/libraries or site-wide properties.
        • Or reindex only the specific list or library whose content uses the changed managed property.
      • After that, wait for the next scheduled crawl (or continuous crawl cycle) to rebuild the index entries using the corrected mappings.
    4. Scope and impact
      • Reindexing a site, list, or library can cause “a massive load on the search system,” so it should be done only after all schema changes are finalized.
      • Reindexing is the mechanism to apply schema changes to existing content, not to repair the schema itself.

    In summary, reindexing is necessary after fixing mappings so that content is reprocessed, but it does not itself repair or change those mappings.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.