Apple - What is spotlight indexing and should I turn it off?

Leave it on.

You use an OS that heavily depends on this, you need to allow it to index.

Yes, it keeps track of where all your documents & data are. After any major OS update it will re-index from scratch; the rest of the time it will just periodically tick away in the background, interfering with nothing and helping a lot of the system.

SSDs are more resilient than people give them credit for. Yes, the more you use it the faster it will wear out, but a bit of file indexing is going to perhaps shorten its life by 20 minutes or so, overall ;-)


I really don't recommend doing to, but if you really need to disable Spotlight/enable Spotlight, you can do so with the following

Disable Spotlight The primary method is using launchctl, this will require the administrative password:

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Reenable Spotlight The guaranteed way to reenable Spotlight is to reload it into launchd using launchctl:

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist