Heya all, I wanted to share an Objective-C wrapper for the SearchKit API. To my knowledge there is no existing Obj-C wrapper for this particular API, although it seems at one time there was an effort to produce one.
This particular wrapper consists of a single class which captures most of SearchKit with a minimal public interface. With a few lines of code it is a simple affair to create an index, add content and query that content. It is also possible to access the two-way document / term relationships mapped by an index. This particular class has been factored out of some long standing code which a product of mine uses. The code has been cleaned up and modernized. It uses Objective-C 2.0 syntax, Grand Central Dispatch and blocks programming. Product: SPSearchStore Platform: Mac OS 10.6+ License: BSD Link: http://phildow.net/source-code/#SPSearchStore I have also written up a post on the class and SearchKit: http://phildow.net/2011/06/09/introducing-spsearchstore-an-objective-c-wrapper-for-searchkit/ The code is currently version 0.9. I would love to have another pair of eyes, or two or three, look over the code for errors or ellipses in the implementation. ~Phil_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com