I'm sure you're already done this, but searching on your exact request gives 2 
URLs in Google.

The first is a link to your product unsurprisingly.

The second is a project from 2015 that claims to do what you might want.

I think a quick look at the second project might help to at least see if this 
guy went down the path you are plan to go.

Query:
http://www.google.com/search?client=safari&rls=en&q=ios+full+text+indexing&ie=UTF-8&oe=UTF-8

First link to some Couchbase project:
https://github.com/Blue-Rocket/BRFullTextSearch

Project from second link that claims iOS Full Text Search
https://github.com/Blue-Rocket/BRFullTextSearch


Wish I had a more useful answer.




On Feb 11, 2016, at 4:05 PM, Jens Alfke wrote:

> I’m looking into OS support for full-text indexing, for the database engine I 
> work on. On Mac OS, there’s SearchKit, which does exactly what I want. iOS 
> doesn’t have SearchKit for some reason, but it now has Core Spotlight, which 
> lets me index data. The intended use seems to be for device-wide searching in 
> the home screen’s search UI. Can I instead use it for my own queries?
> 
> iOS does have NSMetadataQuery, for querying Spotlight. Can I use this to 
> search only the data I’ve indexed, without results from other apps? And 
> conversely, is there a way to keep the data I’ve indexed from showing up in 
> the system-wide Spotlight results?
> 
> —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/zav%40mac.com
> 
> This email sent to [email protected]


_______________________________________________

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]

Reply via email to