Objective-C

  1. Create a new iOS project and add CoreSpotlight and MobileCoreServices framework to your project.

    http://i.stack.imgur.com/7HUAH.png

  2. Create the actual CSSearchableItem and associating the uniqueIdentifier, domainIdentifier and the attributeSet. Finally index the CSSearchableItem using [[CSSearchableIndex defaultSearchableIndex]…] as show below.

    http://i.stack.imgur.com/Glctb.png

  3. OK!Test the index!

http://i.stack.imgur.com/LTPGF.png

enter image description here