<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Musings &#187; npr</title>
	<atom:link href="http://cbeer.info/blog/tag/npr/feed/" rel="self" type="application/rss+xml" />
	<link>http://cbeer.info/blog</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 02:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>NPR API + Solr = ?</title>
		<link>http://cbeer.info/blog/2010/03/19/npr-api-solr/</link>
		<comments>http://cbeer.info/blog/2010/03/19/npr-api-solr/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 00:55:19 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[npr]]></category>
		<category><![CDATA[solr]]></category>

		<guid isPermaLink="false">http://authoritativeopinion.com/blog/?p=320</guid>
		<description><![CDATA[Adapted from an email to the pubforge list. Solr is a great application, and its out-of-the-box features still amaze me. With the newer versions, it’s incredibly easy to hook Solr up to any data source (using the Solr Data Import &#8230; <a href="http://cbeer.info/blog/2010/03/19/npr-api-solr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><i>Adapted from an email to the pubforge list.</i></p>
<p><a href="http://lucene.apache.org/solr">Solr</a> is a great application, and its out-of-the-box features still amaze me. With the newer versions, it’s incredibly easy to hook Solr up to any data source (using the Solr <a href="wiki.apache.org/solr/DataImportHandler">Data Import Handler</a>) and just let it do its thing.</p>
<p>I don’t have any thoughts about communication, but one of the tennents of the code4lib community is “less talk, more code”. Public media spends a lot of time planning collaborations or trying to find funding (or worse, talking about doing those things) instead of actually doing it. I&#8217;d love to see more prototyping, iterative development, and open sharing and discussion about what new and interesting services we can provide.</p>
<p>On an earlier post to the list, John Tynan suggested the potential of providing a &#8220;More Like This&#8221; service for NPR News data, and in the interest of just getting something out there, I spent a little bit of time hooking everything together. To give it a pretty front-end, I also hacked in a <a href="http://github.com/evolvingweb/ajax-solr">Solr AJAX</a> interface.</p>
<p>The <a href="http://cbeer.info/~chris/npr-solr/npr.html">NPR/Solr demonstrator</a>  uses this <a href="http://publicmediatech.com:8983/solr/select">solr endpoint</a>. I&#8217;ve locked down the indexes, but left everything else open so you can see how the pieces fit together. If there is enough interest in this application, I would be willing to develop it out further if you provide ideas, use-cases, etc in the comments.</p>
<p>The source code is available from the github project <a href="http://github.com/cbeer/npr-solr">npr-solr</a>.</p>
<p>None of this took very long to develop, the most time consuming part was importing from the paginated NPR API (with its absurdly low 20 records-per-request maximum..).</p>
]]></content:encoded>
			<wfw:commentRss>http://cbeer.info/blog/2010/03/19/npr-api-solr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
