Re: Object C Interacts with Solr
Re: Object C Interacts with Solr
- Subject: Re: Object C Interacts with Solr
- From: "Stephen J. Butler" <email@hidden>
- Date: Tue, 18 Jan 2011 22:23:53 -0600
On Tue, Jan 18, 2011 at 2:04 PM, Bing Li <email@hidden> wrote:
> I am a new developer on iPad. I have a search engine which is on Solr (
> http://lucene.apache.org/solr). My application on iPad needs to interact
> with Solr. Any mature APIs or frameworks are available to do that?
I don't know of any Objective-C frameworks specifically geared towards
Solr, but it's just HTTP and XML. No reason you can't use
-[NSXMLParser initWithContentsOfURL:]. Or you can use NSURLRequest to
fetch the data directly, and then -[NSXMLParser initWithData:]. Or iOS
contains libxml2 so you can use that if you want.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden