I would like to implement a search function in my iPhone application that can search for conditions in all documents of the application.
I believe that I cannot use Apache Lucene directly since it is in Java. Can I use Lucy, which is Lucene's C port (not sure if Perl and Ruby will work on it)?
Or is there another open source search engine that I can use in my iPhone app to search in the app?
thank
source
share