Worked for me!
Very good, worked for me, did not do the command line prompts but saw that it could be "All plugins are trying to index files they might know about.
If one of these plugins is badly written, they crash and the indexing will start again and loop."
So i thought about what i might have done to cause this, it was because i had deleted a folder of Microsoft Word. Just re - installed MS office and now is working again, index is taking 3 hours now
that you have installed third-party spotlight plugins, i.e. from Microsoft Office.
All plugins are trying to index files they might know about.
If one of these plugins is badly written, they crash and the indexing will start again and loop.
There are a few command line tools you could use to check wether this is the case:
a) List available plugins on your system
mdimport -L
b) Show the status of the indexing process:
mdutil -s -a -v
c) force clean rebuild of the index (after you posted the output of above commands)
mdutil -a -E
d) Check /var/log/system.log
you might look into that file to check for message of spotlight, or mds the importing daemon.
Very good, worked for me, did not do the command line prompts but saw that it could be "All plugins are trying to index files they might know about.
If one of these plugins is badly written, they crash and the indexing will start again and loop."
So i thought about what i might have done to cause this, it was because i had deleted a folder of Microsoft Word. Just re - installed MS office and now is working again, index is taking 3 hours now