• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Object C Interacts with Solr
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Object C Interacts with Solr (From: Bing Li <email@hidden>)

  • Prev by Date: Re: Setting a discontinuous selection in NSMatrix
  • Next by Date: Re: Odd Crash when adding table columns manually
  • Previous by thread: Object C Interacts with Solr
  • Next by thread: copyItemAtPath takes double time than the Finder
  • Index(es):
    • Date
    • Thread