Hi @Monisha R,
Thank you for reaching out to Microsoft Q&A forum!
If adding indexes is taking too much time to complete, it could be due to the complexity of the index. Factors that can affect indexing time include the complexity of the index schema, the number and size of documents being indexed, the number of fields being indexed.
To troubleshoot your issue:
- Check the indexing logs for errors or warnings.
- Simplify the index schema if it is complex.
- Reduce the number of fields being indexed.
- Try clearing the cache or using a different browser and also try logging out and logging back in to see if it resolves the issue.
I hope this helps! Thank you.