Spotlight 自动提示的修正
Spotlight 自动提示的修正
有时重启后,Mac 自带的 Spotlight 不能自动提示了,可通过如下命令来修正:
$ sudo mdutil -E /
其中 mdutil
是管理 Spotlight 元数据的命令行工具,
mdutil -- manage the metadata stores used by Spotlight
而 -E
参数表示重新建立索引。
-E This flag will cause each local store for the volumes indicated to be erased. The stores will be rebuilt if appropriate.