Who Should Read This Document
Organization of This Document
See Also
Spotlight is a fast desktop search technology that allows users to organize and search for files based on metadata. Spotlight is extensible, allowing developers to provide metadata importers for their application’s documents.
Spotlight is a fundamental feature of Mac OS X, and all developers should be familiar with its capabilities. Developers of applications that save documents to disk should consider providing Spotlight support by implementing a metadata importer.
The following articles cover key concepts in understanding how Spotlight works:
“What is Spotlight?” provides an overview of what Spotlight provides.
“How Does Spotlight Work?” describes how Spotlight creates metadata indexes, and how they are queried.
“Spotlight Metadata Attributes” provides an overview of metadata attributes.
“Security and Privacy Considerations” describes how Spotlight addresses security and privacy issues.
“Spotlight and Document Bundles” describes how an application should create document bundles with Spotlight in mind.
There are other technologies, not fully covered in this document, that are fundamental to integrating Spotlight into your applications. Refer to these documents for more details:
Spotlight Query Programming Guide describe how to query Spotlight from your applications.
Spotlight Importer Programming Guide describe the plug-ins that extract metadata from document files.
Spotlight Metadata Attributes Reference describe the metadata attributes provided by Apple.
© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-05-27)