We might some time require to disable the spotlight(search indexing) for some time in mac os x operating system. This can be done as below
sudo mdiutil -a -i off
The above command will stop indexing on all the volumes mounted in mac os x.
To enable back again, run
sudo mdiutil -a -i on