Re: Full-text indexing on iOS
Re: Full-text indexing on iOS
- Subject: Re: Full-text indexing on iOS
- From: Jens Alfke <email@hidden>
- Date: Sat, 13 Feb 2016 12:19:40 -0800
> On Feb 12, 2016, at 8:04 PM, Britt Durbrow <email@hidden> 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@hidden)
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:
This email sent to email@hidden