Contents

startSpotlightIndexing()

Starts the indexing of the store’s entities.

Declaration

func startSpotlightIndexing()

Discussion

After you call this method, the delegate posts a notification whenever the index changes. The type of notification is indexDidUpdateNotification, and its userInfo dictionary contains the keys NSStoreUUIDKey and NSPersistentHistoryTokenKey.

See Also

Managing the Index