Spotlight (software)

From Wikipedia, the free encyclopedia

Spotlight

Screenshot of Spotlight performing a search for the word "adobe" in Mac OS X Leopard.
Developed by Apple Inc.
OS Mac OS X
Genre desktop search
Website Spotlight

Spotlight is a system-wide desktop search feature of Apple's Mac OS X operating system introduced in version 10.4 on April 29, 2005. It is designed to allow the user to quickly locate a wide variety of items on the computer, including documents, pictures, music, applications, System Preferences, as well as specific words in documents. It also allows the user to narrow down searches with creation dates, modification dates, sizes, types and other attributes.

Contents

[edit] Functionality

Indexes of filesystem metadata are maintained by the Metadata Server (which appears in the system as the mds daemon). The Metadata Server is started by launchd when Mac OS X boots and runs continuously in the background. It is fed information about the files on a computer's hard disks by the mdimport daemon; it does not index removable media such as CDs or DVDs.[1] Aside from basic information about each file like its name, size and timestamps, the mdimport daemon can also index the content of some files, when it has an Importer plug-in that tells it how the file content is formatted. Spotlight comes with importers for certain types of documents, for example Microsoft Word (DOC) and Portable Document Format (PDF) documents, and Apple publishes APIs that allow developers to write Spotlight Importer plug-ins for their own file formats.[1]

The first time that a user logs onto the operating system, Spotlight builds indexes of metadata about the files on the computer's hard disks.[1] It also builds indexes of files on devices such as external hard drives that are connected to the system. This initial indexing may take some time, but after this the indexes are updated continuously in the background as files are created or modified. When the system discovers that files on an external drive have been modified on a system not running Mac OS X v10.4, it will re-index the volume from scratch.[1]

The spotlight engine is used to power the Finder's search
The spotlight engine is used to power the Finder's search

Within Mac OS X v10.4, Spotlight can be accessed from a number of places. Clicking on an icon in the top-right of the menu bar opens up a text field where a search query can be entered. Finder windows also have a text field in the top-right corner where a query can be entered, as do the standard load and save dialogue boxes. Both of these text fields immediately start listing results of the search as soon as the user starts typing in a search term, returning items that either match the term, or items that start with the term. The search results can be further refined by adding criteria in a Finder window such as "Created Today" or "Size Greater than 1 KB".[1]

The Mac OS X v10.4 also includes command line utilities for querying or manipulating Spotlight. mdimport, as well as being used by the system itself to index information, can also be used by the user to import certain files that would otherwise be ignored or force files to be reimported. It is also designed to be used as a debugging tool for developers writing Importer plug-ins. mdfind allows the user to perform Spotlight queries from the command line, also allowing Spotlight queries to be included in things like shell scripts. mdls lists the indexed attributes for specific files, allowing the user to specify which files and/or which attributes. The indexes that Spotlight creates can be managed with mdutil, which can erase existing indexes causing them to be rebuilt if necessary or turn indexing off.[2]

Although not widely advertised by Apple, Spotlight can perform boolean searches. By default if you include more than one word, then Spotlight performs the search as if you including an "AND". If you place a '|' between words, Spotlight performs an OR query. Placing a '-' before a word tells Spotlight to search for results that do not include that word, i.e. a NOT query.[3]

[edit] Leopard additions

With the new version of Mac OS X, Leopard, Apple introduced some additional features. With Spotlight in Tiger, users can only search devices that are attached to their computers. With Leopard, Spotlight is able to search networked Macs running Leopard (both client and server versions) that have file sharing enabled. A feature called Quick Look has been added to the GUI that will display live previews of files within the search results, so applications do not have to be opened just to confirm that the user has found the right file. The syntax has also been extended to include support for boolean "AND", "OR" and "NOT" operators.[4]

Also while Spotlight is not enabled on the server version of Tiger,[5] it is on the server release of Leopard.[6]

In addition, where Spotlight in Tiger had a unique and separate window design, Spotlight in Leopard now shares windows with the Finder, allowing for a more unified GUI. The unique Spotlight window in Tiger allowed sorting and viewing of search results by any metadata handled by the Finder; whereas Spotlight Finder windows in Leopard are fixed to view and sort items by last opened date, filename and kind only.

In Leopard the Spotlight menu doubles as a calculator, very similar to the functionality of the Google search field (but without the need to be online).

[edit] References

  1. ^ a b c d e John Siracusa (April 28, 2005). Mac OS X 10.4 Tiger. ArsTechnica.com. Retrieved on 2007-04-04.
  2. ^ Kirk McElhearn (July 8, 2005). Command spotlight. Macworld. Retrieved on 2007-04-04.
  3. ^ Hiram (April 30, 2005). Boolean search in Spotlight. Ipse dixit. Retrieved on 2007-01-21.
  4. ^ Apple - Mac OS X - Leopard Sneak Peek - Spotlight. Apple.com (August 7, 2006). Retrieved on 2007-01-21.
  5. ^ Robert Mohns (2005). Tiger Review: Examining Spotlight. Macintouch.com. Retrieved on 2007-04-04.
  6. ^ Apple - Leopard Server Sneak Peak - Spotlight Server. Apple.com (August 7, 2006). Retrieved on 2007-04-04.

[edit] See also

[edit] External links