> On Feb 12, 2016, at 8:04 PM, Britt Durbrow > <[email protected]> wrote: > > I thought SQLIte had an extension to do this also (I’ve never played with it > myself, so YMMV)… I don’t know if the built in version has it enabled
It does, and ironically our database used to use SQLite as its storage engine, so we got full-text indexing almost for free. I’ve written my own FTS implementation for the new storage engine we’re using, but it’s not as powerful or fast, which is why I’m looking for a more polished FTS. If CoreSpotlight really isn’t suitable for this, then going with SQLite just for FTS might be a good approach, since it doesn’t require much code. Thanks for suggesting it :) —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
