Apache Lucene or another Search in iPhone app
Posted
by lostInTransit
on Stack Overflow
See other posts from Stack Overflow
or by lostInTransit
Published on 2010-05-28T07:12:30Z
Indexed on
2010/05/28
9:01 UTC
Read the original article
Hit count: 321
Hi
I would like to implement a search functionality within my iPhone app which can search for terms within all the documents in the application.
I believe I cannot use Apache Lucene directly since it is in Java. Can I use Lucy which is a C port of Lucene (not sure if Perl and Ruby would work on it)?
Or is there any other open-source search engine which I can use in my iPhone app for search within the app?
Thanks
© Stack Overflow or respective owner