Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to compile and use xapian, clucene or lucy on iOS?

I want to compile and use Xapian with xcode on iOS, is there any one with any experiments on this? Is it possible?

Is there any other option for implementing full text search on iOS?I have tried S4luceneLib (in Obj-C) which works but is port of old version of lucene, also I have checked Clucene and lucy, which like xapian i can not compile on iOS.

any help and comment will be appreciated.

like image 633
Abbas Mousavi Avatar asked Dec 10 '11 12:12

Abbas Mousavi


1 Answers

Speaking as one of the Xapian authors, I don't recall hearing of anyone reporting trying to compile Xapian on iOS. I also don't know of any fundamental reason why it would be impossible to compile it on iOS. I suggest you contact the Xapian developer community (on the xapian-discuss mailing list: http://lists.xapian.org/mailman/listinfo/xapian-discuss or on the #xapian IRC channel on irc.freenode.net), and give details of the attempts you've made to compile Xapian, and the error messages or problems you encountered.

like image 76
Richard Boulton Avatar answered Nov 15 '22 06:11

Richard Boulton