[MonoTouch] In-app search
jhandel at gmail.com
jhandel at gmail.com
Fri Mar 23 20:08:25 UTC 2012
This was my final answer.. I did a custom build of Sqlite3 with FTS4 enabled.. Its not as good as running a mini Lucene but it only took 4 hours to get all the moving parts working in the right direction instead of the who knows how long to get LuceneKit running in an iPhone and then wrapped.
Josh
________________________________________
From: Göran Halvarsson [goranhalvarsson at gmail.com]
Sent: Thursday, March 22, 2012 12:59 PM
To: Josh Handel
Cc: monotouch at lists.ximian.com
Subject: Re: [MonoTouch] In-app search
Hi
Why not use SQL Lite?
Store content in DB...
/Göran
On 22 March 2012 15:50, Josh Handel <jhandel at ourtreehouse.org> wrote:
> Howdy all,
> Before I go reinvent the wheel I figured I would ask.. We have an app that will host several hundred pages of content (local).. And our client would like to make the content searchable.. What kind of in-app search strategies have you guys tried to employ in the passed?
>
> I'm debating wrapping a C version of Lucene for MonoTouch but that seems like ALOT of work.. anyone have any toolkits or tricks they have used in the passed? I was also thinking about perhaps integrating with Spotlight but I don't know how that would work from inside the app.
>
> Thanks
> Josh
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
More information about the MonoTouch
mailing list